Memory Pool Memory Pool Refreshing

2,708 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 0.91 vMB 2,683 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (462,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
445,500 445,500 000000000000000001585a93bf5ca4d1c073c4069ee9a3df065cc7206abc8806 1.00 MB 1,561 99
445,499 445,499 00000000000000000114a0993eaad949385e329ef0f99844936c46da23815fcc 0.64 MB 1,206 65
445,498 445,498 0000000000000000033dedd5491eb4f64258fadd24f8f56502b2fd829b42cd7d 1.00 MB 1,209 35
445,497 445,497 0000000000000000030cfc6650e56c5439502ec4ff5387a4da6337d640ad9840 0.55 MB 1,375 80
445,496 445,496 00000000000000000227bb89c27aa397bca70ec7a4d2b3b866f3b1f626c0ff77 0.74 MB 1,360 72
445,495 445,495 00000000000000000043c959759e3d188e1440f96255fe64f36001ad01e30d3b 0.09 MB 216 82
445,494 445,494 000000000000000002bf05a9e743d5b08dc48f211e11d414ba0256e3f0179021 0.98 MB 1,898 61
445,493 445,493 00000000000000000291b02f1eed911f73c8eafa37bfc32edd645840975c4c7f 1.00 MB 2,694 87
445,492 445,492 0000000000000000002f16443e4a2c67cf52c869d3568da307feee34d7141e18 1.00 MB 278 6
445,491 445,491 00000000000000000072fc4cbd0dd42bf64c888726feaf13395a5bc73ce3571f 0.41 MB 433 32
445,490 445,490 000000000000000000bd04756fcf2c454c1b3067e0ae44dfa2c800f43f946f74 1.00 MB 2,168 83
445,489 445,489 00000000000000000230f68cc83ca4e6b0d7b6ccb77dd8bfc6601cbc695f1099 1.00 MB 1,294 36
445,488 445,488 000000000000000001d394abe67567fe1962b4c5c2367295be9b52454666404a 1.00 MB 1,936 65
445,487 445,487 000000000000000000132add6083bd192361941a892c0d850a554b723d71e213 1.00 MB 2,725 98
445,486 445,486 000000000000000001ec5a108e0378b0800ff1f3f71252048c4a86ab65efd41c 1.00 MB 2,294 85
445,485 445,485 0000000000000000008f17346bf28116601052b29732043bb05397448afe3e43 1.00 MB 2,636 76
445,484 445,484 00000000000000000182c4951ddc62489db2ddf47bb244e8fe2d1f4cbd70f161 1.00 MB 2,621 93
445,483 445,483 00000000000000000379249a975b69fd6e798e7179162c30ec0aae976d87c1ee 0.68 MB 1,300 66
445,482 445,482 0000000000000000010f1ff547bcb80daa465071a63d3759dbbfde887af7eda9 1.00 MB 2,278 74
445,481 445,481 0000000000000000006454d5fc2f38c8bd7d21874d81122d7477676589c1b2a3 0.38 MB 1,001 76
445,480 445,480 00000000000000000346afa8d7d2eb7b6ec7adce2a495860baa68a53db4041e8 1.00 MB 2,318 56
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.