Memory Pool Memory Pool Refreshing

1,926 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,885 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 1,917 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,884 (388,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
519,289 519,289 000000000000000000441b607fd654cf8738877f4a9eadc535be88855a9decc5 1.07 MB 1,326 15
519,288 519,288 00000000000000000013509d9e5d7973c1e4b1dbf943d111be445fd39bfbae33 1.03 MB 493 5
519,287 519,287 00000000000000000040ab61b65b874b67275a9233152f08d3b986269d16826b 1.02 MB 481 5
519,286 519,286 0000000000000000001b99fb488475ea8eeb5b56d8493e1588bfe2c8fc32d131 1.06 MB 1,183 17
519,285 519,285 0000000000000000000ec1689a37843bb670090b282cfc63a72235349a52e3e4 1.07 MB 1,673 5
519,284 519,284 00000000000000000047664d017d60e8741adaf8f62d00658ca8d459664d7d39 1.16 MB 2,279 46
519,283 519,283 000000000000000000468b8777335105e24de5510e01875f7de0a6ab845874f4 1.23 MB 2,123 4
519,282 519,282 00000000000000000001c6c1d9108a08cc73f55ae51ef309b34a45a5fc6e9a42 1.07 MB 2,493 7
519,281 519,281 0000000000000000003555d1518a5bb00ce92c17842b3012feda245e52c1e5fc 1.50 MB 1,950 22
519,280 519,280 0000000000000000002f6ae26f1124f76ceba2cebc2e9cc9ac1eb4aa38cc171d 1.20 MB 2,652 44
519,279 519,279 0000000000000000003af575c454d31fe80bdc4d81b4cfda7c18d2608e0a44e6 1.43 MB 2,945 14
519,278 519,278 0000000000000000003bc18e2355144941919e13e7770b4ca5f20f9f40dd8ed1 1.09 MB 1,936 31
519,277 519,277 0000000000000000002c2613bfb08c1d9d1acb70f428f56c2cf4e148f6e94fa5 1.13 MB 2,484 83
519,276 519,276 0000000000000000000060dd9b6bac34b533d575cd55b496c3c6a8e19a82aa70 1.03 MB 606 9
519,275 519,275 0000000000000000003131b3dd352dd68737487ff0c098111b77602fc74a7c92 1.05 MB 1,057 9
519,274 519,274 0000000000000000001c7c5118a54fbe2ba0ea3aaa3a33977c148300bb2d2248 1.07 MB 1,532 20
519,273 519,273 0000000000000000001c2fa26ad4d4850fe94e688cfccf812c4fbe6d245761eb 1.19 MB 2,618 29
519,272 519,272 00000000000000000034a350de9a95d087c3d94c6807570230ac5f15c726a5d0 1.09 MB 2,385 26
519,271 519,271 000000000000000000394c9d4484ec310059cfd154c79406952c57906e4cf5e0 1.09 MB 2,281 22
519,270 519,270 0000000000000000004203dae42a30c98b082c7b38d96c70b577d8781b800c65 1.16 MB 1,954 32
519,269 519,269 000000000000000000247c4dbdad3ad6ea0b38ae7bb5e71c29081616faf5553e 1.09 MB 1,822 25
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.13 GB sent, 94.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.