Memory Pool Memory Pool Refreshing

572 transactions
9.06 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,348 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 227 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,347 (865,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
43,121 43,121 0000000024f1cb492a777e9cf46a9e11569c8e7d7f18f5d9ac3fb0b8932a28f4 0.00 MB 1 0
43,120 43,120 00000000173ee932d42c1a48f7d6c5b4fa744a4b9643078683a1c4f580617f21 0.00 MB 1 0
43,119 43,119 0000000012c618f5289752eb0074320322e5db11a582c623b97f777153fc46f3 0.00 MB 1 0
43,118 43,118 000000001866257834e548e716d6faaae2378023e6c4e878f3c96e370aa115ca 0.00 MB 1 0
43,117 43,117 000000002bae08fd7ca2593f866c46cc5da88a6daa845a0642e61482be664805 0.00 MB 1 0
43,116 43,116 0000000014fe30a97885b109b96590882b044b338a7d77c21a7c4ea5679b68b6 0.00 MB 1 0
43,115 43,115 000000000463a9d3623c8710ffcb68c2c56b5c4aae7e0735c2998fe6ba7df828 0.00 MB 1 0
43,114 43,114 000000003b95f5dc5174a7e78d6b658e85fc885de5fa4f9306666522e76d7b79 0.00 MB 1 0
43,113 43,113 000000001a5d5ed3b6e158a91e6d2c3522f280c18aaef746f4042dd2dd51a3d2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,701.92 GB sent, 98.83 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.