Memory Pool Memory Pool Refreshing

4,247 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,149 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (652,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,147 255,147 000000000000000a35d6d2e78c00bd4d5408b186d9b5351c754668176ca48a58 0.02 MB 36 70
255,146 255,146 0000000000000033159c863a0bb44a08f5cfe10f5b0785c1ccb2119a31cbcb4c 0.03 MB 66 73
255,145 255,145 00000000000000151a1799624fd1a1270c8b14f3ab895d9d281974542cb01616 0.35 MB 841 105
255,144 255,144 0000000000000021e2ce5188bfbfd5091c92caadee7967c3b392cfb02a3b6d0d 0.21 MB 535 98
255,143 255,143 000000000000003f0d4a1b7ce4be67dd475158930ced3fe833678ba5c88257ed 0.10 MB 298 21
255,142 255,142 0000000000000008cafd0db01e514c6b86d4b4d3e55eb7961b84686489727e9d 0.01 MB 23 109
255,141 255,141 000000000000000dce973cc80c1c1d01bb478e7f235ad6637a12e72337f753b9 0.10 MB 215 97
255,140 255,140 000000000000004030cebc1e47ea76c3dba1e5848c231840b4c0437e38ebd348 0.22 MB 548 113
255,139 255,139 0000000000000017bedfcb050411d72369c72632c8b281ebe85df4dba7f80450 0.26 MB 521 92
255,138 255,138 000000000000002e1d3894c7933411ae9330cc7beef29c0602f458ff2a127abd 0.01 MB 24 62
255,137 255,137 000000000000001261eaa9c0cb9b51f3219c72de0f687726a6859c4afd047967 0.09 MB 184 108
255,136 255,136 000000000000001c4ecf40844f3b9de459efb3d2f4768c56ffe3349bf7b1ed39 0.00 MB 15 85
255,135 255,135 0000000000000031af6ff546215f99cb27348c3bcace4f9274ce478663513869 0.06 MB 130 75
255,134 255,134 0000000000000031560bcc70b08bd5ad96abeb2c6f8c0c0004c7f0dfeeaae436 0.15 MB 405 103
255,133 255,133 00000000000000124dfe51ce45a3c52f783b4df07a397694a5e7b1fac6929eac 0.15 MB 155 76
255,132 255,132 0000000000000037bd06256651df6040f3b6de4be5835fbb283a261909afff00 0.09 MB 133 39
255,131 255,131 000000000000000775911f89d175f413ef34c9b84565d4b190a00c39d9d79706 0.25 MB 436 90
255,130 255,130 000000000000000f8739679bb70904f59cde81284be923add1f64680cc6365b0 0.11 MB 326 127
255,129 255,129 0000000000000006cbd1138777cd67947dfc867ab30fad23ab8aae4a967ab40b 0.13 MB 359 132
255,128 255,128 000000000000000fe9c472d2ca18ecb3dc3b30322c48c6fe251005b49b7ae1c0 0.14 MB 349 82
255,127 255,127 000000000000000579d070876d537671a7c7596df300c8855862484135bb57c5 0.09 MB 195 130
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.