Memory Pool Memory Pool Refreshing

624 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,759 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 604 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (583,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,974 323,974 00000000000000001608a71f3ff4f31b9adc4d2ccb1b8580e8afa3887169e862 0.17 MB 185 19
323,973 323,973 000000000000000006c18654552c541786e6ae9c1913d6334a498343c69da183 0.36 MB 442 21
323,972 323,972 0000000000000000027bf7918eaa235e96deb8ad1f535864d710a403789401df 0.49 MB 344 17
323,971 323,971 00000000000000000be2f87a303993a06c96bbbed1b1ace3f4e09e47436baba3 0.75 MB 384 12
323,970 323,970 0000000000000000033a45e1deb678e0ae6277fcdc1c66d660f12c846b9752b8 0.85 MB 1,217 24
323,969 323,969 00000000000000001770c2a55bfe73323b743107987107a9d58a1a470eef24ae 0.20 MB 512 41
323,968 323,968 00000000000000001d7de12819ec3c363a0808625b007f9943e210835ca4d015 0.71 MB 505 21
323,967 323,967 000000000000000007776617847b64459e272eae1601680c330cc640000724cf 0.91 MB 949 22
323,966 323,966 00000000000000000ad5d7f4bc9daf0429ba486ceb1138cbebdacc74879a7e5d 0.15 MB 264 24
323,965 323,965 000000000000000009b7e32b87bd180e44448570ca15268dd2d43579101b7c54 0.15 MB 234 28
323,964 323,964 00000000000000001dc3c79ec6e8756078a3b49b0454330540d60388747b5670 0.34 MB 670 31
323,963 323,963 000000000000000009e8cb7e16d7d9ff5716f67d72be184fc411281371b8d0a8 0.29 MB 547 29
323,962 323,962 000000000000000002f4366039f0895cd1d5fce262b4d959338e2794ed3c3fcf 0.07 MB 95 23
323,961 323,961 000000000000000010fd2c68d280b0ab5f17103134a8b600a7640188288e653b 0.03 MB 82 31
323,960 323,960 0000000000000000095277e77ebde22c182c4b4f2e48a888c9f21f97bff6bf19 0.05 MB 78 17
323,959 323,959 0000000000000000171825d4eb5be1e33d396852b7bb7a1d2b9e486d69a83867 0.07 MB 112 26
323,958 323,958 00000000000000001973e52036fab1493ad8466255157c9dc0a043b615641d57 0.06 MB 91 28
323,957 323,957 00000000000000001a7eac096f63641881633f68812b0f26c6a498ab1713bd06 0.11 MB 170 27
323,956 323,956 00000000000000001141a77f31303c096bac5219a7c6d40c7ec51676f9b98c71 0.13 MB 277 30
323,955 323,955 000000000000000002dfe9e9ca9cbf3edba7866059168be6822f4cbec9f150c9 0.25 MB 431 26
323,954 323,954 00000000000000001c823fe96c1aeff04c8de82bd970936d48c1dc2109eaaf6d 0.03 MB 61 25
Previous 10 blocks ↓
Total Size: 769.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,628.35 GB sent, 93.36 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.