Memory Pool Memory Pool Refreshing

2,051 transactions
2.30 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 759 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (799,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,429 108,429 000000000000a5e89260b3e7df651e47d930263dc5434cabcb817821493aceee 0.00 MB 1 0
108,428 108,428 0000000000014e4ba272c8c22c21694867947535febf2779e656f0236af441bd 0.00 MB 1 0
108,427 108,427 0000000000014222b01225f92fd45edadad62da9100dcec25a2ac34519fc2d13 0.00 MB 2 0
108,426 108,426 000000000001f53d0d9edb07874352ae32259b661294cb1864612686178c4dbe 0.00 MB 2 0
108,425 108,425 000000000000aca125e52d3d610345ee8da5da96e9f4121647125a817d4b48b2 0.00 MB 9 0
108,424 108,424 000000000001ec7b5bb6a4de775b2b1e0ea595236300f02cc456ddbaaed98d7a 0.00 MB 6 0
108,423 108,423 0000000000025bd5c009103ff1e3df405feb5b82efd15e00437e6d69c6e667ba 0.00 MB 15 0
108,422 108,422 0000000000023fd91f86cf246297fd8c73fb3613c7a41928b62ce3ee53f5e78b 0.00 MB 12 0
108,421 108,421 00000000000107c76575817c7997698405698450729d4e0a02c7b593a1566d34 0.00 MB 9 0
108,420 108,420 000000000001354a2b51b369b20fb82e31fc0c1433c1af3a12b7d9f7e9b6959e 0.00 MB 12 0
108,419 108,419 000000000000220bbadc4423dedb1f8b9f804aec943d19c1bed10cb2aa181d97 0.01 MB 29 0
108,418 108,418 000000000000800dc6e1f6ae5f9134a1d6a642489ee108c55e3322b2996c8568 0.00 MB 1 0
108,417 108,417 00000000000124e329b8a7c8906571dc180324ad53cf85baefa486a17e7e69b0 0.00 MB 8 0
108,416 108,416 00000000000035c7b757df1d69b97c2d0ea085b95d847e60620e87a7d9416f00 0.00 MB 2 0
108,415 108,415 0000000000024fded5ea8873cd58f67e94d9540c4083c5a41a463309f8e8c98c 0.00 MB 2 0
108,414 108,414 000000000001007a19ed2538acb2703fa9385b495b6f330183d7386b7896ae45 0.00 MB 1 0
108,413 108,413 0000000000014b4a4fb7460deaf250b2f92ab23237c39b65b4f23a0dc65a3e02 0.00 MB 3 0
108,412 108,412 000000000000111e28568a8c2359c6a1daf3aa6a1cf0ea9e6289888ce94c718b 0.00 MB 8 0
108,411 108,411 000000000001308326af431652c36bf667a517839261ab6cc37c95c1b7b8a673 0.00 MB 2 0
108,410 108,410 0000000000022244b0eed0e5580788dcc26fb20c71dd5d380a04d1b80c577edd 0.00 MB 9 0
108,409 108,409 00000000000273dc2c68c50b1b04931a2e42fd36fe526c3d694587235792d57a 0.01 MB 27 0
Previous 10 blocks ↓
Total Size: 769.19 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,633.68 GB sent, 93.88 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.