Memory Pool Memory Pool Refreshing

17,614 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,762 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (784,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,402 123,402 000000000000565d307fe8b71ed5ecf31e446180899518431c5f2f5139fa5a61 0.00 MB 5 71
123,401 123,401 0000000000000856210a80397f8101ff93de8efb936fc3096dfadbd02438d19a 0.01 MB 16 413
123,400 123,400 00000000000000f0f1db797325846ec571b61727ec1b2bd13a7433591106a94c 0.01 MB 15 1,148
123,399 123,399 0000000000003943f56be564b5e21d29d6c3831e3262fc6ad48f23844af86586 0.02 MB 49 232
123,398 123,398 00000000000046667600c0576a91a02872a8babd306e9f3306c3510e92ac1f37 0.01 MB 20 673
123,397 123,397 00000000000067d84156fe153cb15b3b43fc3d04c333522216ca99bfbe2ffa14 0.00 MB 8 321
123,396 123,396 000000000000662ca8bf2a6fc6a9d871a11014600136a5c51aa15fd0222dbe84 0.00 MB 11 0
123,395 123,395 0000000000004a28190745070f131a39eb4a0e55066e1a66f17aadb70fbb93c1 0.01 MB 21 360
123,394 123,394 00000000000027ee7c1d9c6ecb801f13a4bde11df6a9944f62d8a54b201be9e1 0.02 MB 50 729
123,393 123,393 0000000000003f6af8587e27b20dae8082103bebd43bd68455bd93f96461a77a 0.00 MB 2 8,482
123,392 123,392 000000000000155d3e44f124fe840ea47d05030806bf07a5781ce6662ab405c9 0.02 MB 67 2,166
123,391 123,391 000000000000485cd12aabbf4630554a2e4e5621725428c1bf9e01e871821cbd 0.00 MB 2 1,620
123,390 123,390 0000000000004dc3ed121669806292b0c93115c5c360613e6e8c7e2173b8b1dc 0.00 MB 1 0
123,389 123,389 000000000000297b3353dbc65abcfd06ec381f1e3d736230894fefa5d51e3926 0.00 MB 6 335
123,388 123,388 00000000000031baa732270ff273d34ba369f5b0f2a90a8828e871d11fd8572c 0.01 MB 13 699
123,387 123,387 0000000000001dfe732fadf5b50bca4319429bb13b8e8cd10f3baf644b5d82eb 0.01 MB 38 269
123,386 123,386 0000000000003344ff9f8381955c57da099f76925e9b99a46340913860518c81 0.00 MB 9 0
123,385 123,385 0000000000002cf176f0805768607ebe465e60edbbef7e6aff1ee0cf704f699f 0.00 MB 10 0
123,384 123,384 00000000000032efe5c02ee09201bd08c18676e86b0bda692fc1ef579fc04da5 0.00 MB 6 0
123,383 123,383 00000000000010f4803e9ab69a86cbaff28c956d9fe0247408e7470cdc836e48 0.00 MB 14 674
123,382 123,382 000000000000601f50ce4b5e499274c0d08fffc2d39d2aa0c9046b35e60eb3cf 0.01 MB 16 180
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.99 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.