Memory Pool Memory Pool Refreshing

9,819 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (621,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,589 286,589 00000000000000002256e615945cf9a3ca9fed056fb28d7b6fb13305a8801728 0.24 MB 553 35
286,588 286,588 0000000000000000eecdeff95eefb2c530bd7168a15ec7b21ed7d0e7af2f185d 0.25 MB 758 56
286,587 286,587 00000000000000014ce919e2d0e9da3eaf4e4e2d3a8cd7a22e8efdd4a2407857 0.06 MB 166 101
286,586 286,586 00000000000000002aefc37aac3860648cf705ebe56664dcfb9af1d600ebffdc 0.39 MB 678 29
286,585 286,585 0000000000000001148f2d7877b7ae43320039b3cdd07cfc5c4118c82d7d4a44 0.06 MB 151 41
286,584 286,584 0000000000000000c70b211b565fabde1e8260ece15726b5ea5fe966b8879937 0.06 MB 187 82
286,583 286,583 0000000000000001082e62eb5c36d3b23c3d210afea6ccf14705db19134dad91 0.17 MB 401 45
286,582 286,582 0000000000000000d68853490c59f1e6807698d4eeda2b5053858d2d5a559d66 0.07 MB 87 36
286,581 286,581 0000000000000000c4782b83ac8eebd8b3cff7bb7d6babdda49d8018a457ee4c 0.52 MB 864 33
286,580 286,580 000000000000000103b5c904b3fbcd14d98bc0a19cdc4dcce427927705aa9787 0.35 MB 622 26
286,579 286,579 00000000000000001ccd6bea50fce2afafb6a42ba14f4458a4d7128331879216 0.06 MB 178 111
286,578 286,578 00000000000000009760c2c981a67cce81e4d5adb140b979dff405c5d5175282 0.15 MB 254 27
286,577 286,577 00000000000000006ac940f0e43f5a89e6bac7e63742008814534af993c1291a 0.23 MB 149 16
286,576 286,576 00000000000000001fb1fa3587707ec7d9054e6d9feecf30a3ba98d313b24438 0.06 MB 166 59
286,575 286,575 0000000000000000ed3e089b8f7e2b10204db0d4a3127e452936a661fc2c318c 0.22 MB 472 73
286,574 286,574 00000000000000014865c17096618c659892c75aa76831e0ad27738ca17ee6c9 0.15 MB 257 29
286,573 286,573 0000000000000000f8559bd326be6b6b484183d5d7e7a7eec8aa63238531854f 0.06 MB 110 7
286,572 286,572 00000000000000007f12dddc46e17c9cbd13b7c9e96fd5d1f4dae6364eff4e40 0.48 MB 400 17
286,571 286,571 00000000000000005e220633d3390faac1678d6deaa025a1583f2ed0df0ecbeb 0.50 MB 905 24
286,570 286,570 00000000000000002e6bc0d52ebdd02d16eb0bceddbe019f3ae1bafad13e56dd 0.35 MB 1,143 59
286,569 286,569 000000000000000051ad2df596f45df71320fb44b3c5f1b50231a591ffeb1d24 0.35 MB 1,111 66
Previous 10 blocks ↓
Total Size: 769.03 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,625.66 GB sent, 93.04 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.