Memory Pool Memory Pool Refreshing

2,257 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
908,271 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 2,242 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,270 (865,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,142 43,142 000000002c020b97ff02ed4cc68a1edad23aff05dfbbed6b795c25b8a9250304 0.00 MB 1 0
43,141 43,141 0000000031d3f94a6cb762692ba9235bd82382b58bc679af4c6d661a63f0f988 0.00 MB 1 0
43,140 43,140 00000000254084aa882d61e6a8ef1f025a3e2c1b3a14f4c07d80cc75b3b23171 0.00 MB 1 0
43,139 43,139 0000000002302ba2a3a41e5bf666bb323557fa997daf0be3ee126cf261635d9a 0.00 MB 1 0
43,138 43,138 000000001645d933ed3f7c880f78b6e9a453d846dcc681091b1a30b674741411 0.00 MB 1 0
43,137 43,137 000000000954d1eace3b4ae22245c5da4f087506c04d48026231e28b8d984ef2 0.00 MB 1 0
43,136 43,136 000000001cfb642d681a8f677324ec74ef9ff221746b498a1fb7b87d4fefc604 0.00 MB 1 0
43,135 43,135 0000000009fde4f2ab387c6763bff006e93a3a0670fd679f704d504f3c61a8ff 0.00 MB 1 0
43,134 43,134 00000000023fe83bfbbeae397f894fb0487b987a94b26b3607ea567452ac5da3 0.00 MB 1 0
43,133 43,133 000000002215c6b50671116a1b3ad9fab88c042d50b4db6aa3be53b9069a4102 0.00 MB 1 0
43,132 43,132 0000000017b58e37819871a838e8f95f8627918883a3194528f869fe1608183a 0.00 MB 1 0
43,131 43,131 000000002b3239031279a6ec5a9756082a34351b78dc8c938387f22925a8aa4b 0.00 MB 1 0
43,130 43,130 0000000039777aad8d927622ff6d9630600f68ee45c6d7346b1295c7e4f387fb 0.00 MB 1 0
43,129 43,129 000000000c0a226cea79b1e633cbc498e8c784ac1f29ed33e80eaffaa79828b1 0.00 MB 1 0
43,128 43,128 000000003addf0eae7289d9ff94e0eca9eda2a1f45b5942b274671c940b09fdc 0.00 MB 1 0
43,127 43,127 0000000022fe3505dd97cc1a5e0f68bcab84df2a97ca343f8d05d94dbff21ff5 0.00 MB 1 0
43,126 43,126 000000001a94ec944981e98488dd8156208a4fcfdca00584153c5ed382d40d19 0.00 MB 1 0
43,125 43,125 00000000413d612bbf969d21825a4a6d9ff80f7132c65f1af0f84a6d2c789a22 0.00 MB 1 0
43,124 43,124 000000003cf49eedd1aac67278d0a46426673de725a90188169ffef37122929d 0.00 MB 1 0
43,123 43,123 0000000012fabc98b126091204ea31eb53d96ac7f85a27f1853c25853bb1428a 0.00 MB 1 0
43,122 43,122 000000001c37fba080c4330cdf36fee191ccf1d9c5a094916dd8cfe1dfd921b3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.11 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,691.56 GB sent, 98.13 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.