Memory Pool Memory Pool Refreshing

5,808 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,270 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (447,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
460,164 460,164 000000000000000001d38c7b5f52352a62578991a2cd70de4d703ad21019ae5c 0.35 MB 671 184
460,163 460,163 00000000000000000158cfcd25115030c963fd8f4e99daa2c5ca2239b3afca35 0.70 MB 1,344 121
460,162 460,162 00000000000000000123e34f12e80d4946d36580322bea152a9acb810df8fe98 0.20 MB 427 125
460,161 460,161 0000000000000000019850764bc3244e502ab22855e31420ecd323b41cadeb19 0.74 MB 1,082 47
460,160 460,160 0000000000000000001e5d540192519466ccee441a2d982a9992d4750d8680c1 1.00 MB 1,799 99
460,159 460,159 000000000000000001b9b7ddd0e205591fbdf3412234031c177dac91d3f83f6e 1.00 MB 2,015 130
460,158 460,158 00000000000000000017882dad204ee4db345ed7cc07877fa66835f7a287225c 1.00 MB 2,148 166
460,157 460,157 00000000000000000191576c048499c5a5fba5118ddb2095172a4536ccb74c32 1.00 MB 859 142
460,156 460,156 0000000000000000009af887dea1523c03cfd8ee100ab096304eb2065e57b34d 1.00 MB 2,509 195
460,155 460,155 000000000000000001783c6fd2911fd6097624125d2ad234a730902b1f10e6c0 0.28 MB 572 117
460,154 460,154 0000000000000000013631943a0fa03e06055a45ca634f20a8f2ab027f9f37a0 0.02 MB 29 132
460,153 460,153 000000000000000001e9f8683cf9eaff225e73eac2e83989d100a026691a1d8e 0.72 MB 1,226 111
460,152 460,152 000000000000000001422c2ff2c5c0617a5c80615cd4340c995f586e3f324917 0.61 MB 1,112 130
460,151 460,151 0000000000000000016e515249d2c4bed78c46ae302c1c6fe3f8110cde91d12a 0.67 MB 1,426 127
460,150 460,150 000000000000000000bd4938762a4644a06b1a4a33ef897ae16d3b56e50a2cf5 0.74 MB 1,296 103
460,149 460,149 00000000000000000079d7bda90516e674493001c5c9513fa7720ec3d788ff09 0.81 MB 1,430 105
460,148 460,148 000000000000000000e88343dd77e57a8263b8d99f92a7d90b6214f285e2c8d3 1.00 MB 1,785 147
460,147 460,147 0000000000000000015d5d595849c5cd43cff7b2299a43005040f89f1f45addd 0.67 MB 1,491 126
460,146 460,146 0000000000000000000f6f19f7363653d387a995f18b4e3952933c20cb561f32 0.57 MB 1,106 113
460,145 460,145 000000000000000000988eb171c4269a4fe8a838b7b3853afc88539dc45d4b03 0.65 MB 1,203 125
460,144 460,144 0000000000000000014f60770f104b5d8bfa11155b0a5446a6058e4878e460f2 0.51 MB 1,026 127
Previous 10 blocks ↓
Total Size: 769.24 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,634.97 GB sent, 94.11 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.