Memory Pool Memory Pool Refreshing

8,817 transactions
2.84 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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
908,552 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,156 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,551 (904,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,133 4,133 0000000084baae7baafe67ce82785de8ef378ead4d9c9e911d8fba78d56c68b3 0.00 MB 1 0
4,132 4,132 0000000000586980359c4c669ce5247c4d084a03923f48f7f964857d4aba21b7 0.00 MB 1 0
4,131 4,131 000000009eca8facdc4a10396808034cd74acb4b25d5591105458a0cedf571be 0.00 MB 1 0
4,130 4,130 0000000052c1dca64bc91a02e78255cfb35914c44010aa187048a5ac0974d835 0.00 MB 1 0
4,129 4,129 00000000c3911d69c4b808ec8f076a6abcbdaf84e6493be2793e7a1f1a626693 0.00 MB 1 0
4,128 4,128 00000000e77d7cf7348d3f5b59b4c6c3663c475bb9f3a6ef9e462761748b771e 0.00 MB 1 0
4,127 4,127 000000005a25b22d31fae1ca8a6020f03be36dfac891ecaabfe43bff3a722d5f 0.00 MB 1 0
4,126 4,126 000000004d29b16cd6084caf40a468236ab8242d8c2f6a18fa707748fb141be2 0.00 MB 1 0
4,125 4,125 0000000051b92bbf9193b501e765c517f224312038fd79a84fa73ab99b60faec 0.00 MB 1 0
4,124 4,124 00000000ba4aea45f66f61f79d87a62349ac6fd7173b6240ac77454a04686c41 0.00 MB 1 0
4,123 4,123 000000008c87cf1558d619a075b4f8698e1b5db914c521e7f036be311f3f2474 0.00 MB 1 0
4,122 4,122 00000000d27985b6bca193129476bc043f99b11f5d5acadd80228ad880d91a01 0.00 MB 1 0
4,121 4,121 0000000049acd57a59922799c70f065f19f565674a25bb9c2298d47697f28839 0.00 MB 1 0
4,120 4,120 000000004c3dd11208e16ad40df372a990621c7b6474a126acab4c7f3439b16e 0.00 MB 1 0
4,119 4,119 000000008eb5127b83f7c34ab666d529ec8afa9f9692d9baea4bf519084ed796 0.00 MB 1 0
4,118 4,118 00000000a244a05a450e401e820bfe30e3cb4d149a3a468e83aef3790b9fc4ca 0.00 MB 1 0
4,117 4,117 0000000087841ef9d34b4a9604314ee994457266282a9de66a673ed7787f4c24 0.00 MB 1 0
4,116 4,116 00000000d6ce21eb90fbe6d913ca4446a20b68244fcb9ad60b6e488b30a3088d 0.00 MB 1 0
4,115 4,115 00000000b500f7da9dca49efd8d9f51be493cc5c7a9762317996c5f2f286d237 0.00 MB 1 0
4,114 4,114 00000000b3b2cf9c17d1b1ecc6fd6e3d3ee4561f849ec0edfd12edab5bba9341 0.00 MB 1 0
4,113 4,113 000000008713c3890641b1944c152c9e0cec0ad58c297a3897181d2e00397a0e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,845.00 GB sent, 100.59 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.