Memory Pool Memory Pool Refreshing

484 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,883 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 478 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,882 (177,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
730,549 730,549 000000000000000000095c9e8986d6da5086b7fb4e29e35657b603d5dbb001dc 1.44 MB 2,921 4
730,548 730,548 00000000000000000000e3b70018146bea614430548bf5fed4ec47ae24058ac8 1.46 MB 3,375 16
730,547 730,547 000000000000000000066e7c4b63b6eed2955cf7bc0895e79b4f3daae8e99fa6 1.44 MB 2,695 10
730,546 730,546 00000000000000000000802e8af578b415e479befcb10c96a4c09c24d1c62e6b 1.56 MB 3,069 4
730,545 730,545 000000000000000000022ac3a3f3c15d6ebba9a473f8eeae68328cf79e1efad6 1.52 MB 3,075 15
730,544 730,544 00000000000000000007b434dcecc9f0c179af342666906b916a04d44fc5b7b8 0.10 MB 210 7
730,543 730,543 00000000000000000004e126331f234a5e186d871e421db1c5ca1c83d5240a83 0.00 MB 10 7
730,542 730,542 0000000000000000000523428fd7d19188a037bc11e0a5f076de1d69df8c616f 0.62 MB 1,214 9
730,541 730,541 00000000000000000005bbabc598a594a2decd625ff56fb417d6c93725c3fa07 0.05 MB 38 1
730,540 730,540 000000000000000000049ffa17a653ce6ea141936b3d967b05df8dcaad1ceabc 0.62 MB 1,261 8
730,539 730,539 0000000000000000000509d240f96a5dbb869be285c5e6ad2f1b149edbf04517 0.23 MB 457 9
730,538 730,538 0000000000000000000113fda393df9a767602753446fe1a319f1dbc02259265 0.02 MB 32 17
730,537 730,537 00000000000000000009bed54dfe934a12a7bf76f6187796f6a063321887b63b 0.56 MB 1,195 7
730,536 730,536 000000000000000000074158ea32a9fbbdb26615abec865acb1a2f581be75494 0.45 MB 893 8
730,535 730,535 00000000000000000001fc55ddc274becc79867faab29900acd7ab42e7ba4721 1.23 MB 2,010 7
730,534 730,534 00000000000000000006e7839f1afecce842714cb9b05c803e97385eea57dbb9 0.69 MB 1,461 8
730,533 730,533 00000000000000000000a559d62ff87fbd5259ffb6a98b472ebaf18ecd5a8176 0.65 MB 1,234 8
730,532 730,532 00000000000000000004fd7c5f611b15757ae5e120b3688ab82dd669fddf2bf9 0.69 MB 764 4
730,531 730,531 00000000000000000002eed80c074e36c889662dbdf11f6bbe5b21cc76f00794 1.62 MB 2,962 8
730,530 730,530 00000000000000000008e49210f971be06346af157b8ab3e7f22ca851a239d3b 1.51 MB 1,970 6
730,529 730,529 0000000000000000000591413f95124744a2b1fee7d841d251d7eaa26937c3a4 1.33 MB 1,163 4
Previous 10 blocks ↓
Total Size: 769.32 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,643.09 GB sent, 94.56 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.