Memory Pool Memory Pool Refreshing

8,797 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (592,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,460 315,460 000000000000000023b29e31a24e8d6b5a3a1249335409e252f0032715dc37b1 0.35 MB 426 18
315,459 315,459 00000000000000002bd306a5acea88e2b614fe0332137af4a50e3b37e36f9152 0.75 MB 1,556 30
315,458 315,458 00000000000000002ef1a820d6a033fed256644d9f47346d1175b4f118ae1530 0.25 MB 443 25
315,457 315,457 00000000000000001d6c3dd1b39b4c641501750df095e9aeb8600ac40926af0d 0.32 MB 1,024 55
315,456 315,456 00000000000000003594b47d6f2303d92cf4863fc0e85544875f45ca85b219ac 0.08 MB 129 11
315,455 315,455 000000000000000032c74da85ac47e0de96c6e5611cd47506ac1e9740cfbe652 0.36 MB 662 27
315,454 315,454 00000000000000001b96fbb97ade0c794c41dd62e9647bc5dcba7d3b98f3e09b 0.35 MB 325 14
315,453 315,453 00000000000000000c1471b83b380018a176bc0b05ae4872ce28cda486a54cd3 0.75 MB 1,964 37
315,452 315,452 000000000000000020fe2f37aff45f94cc20972d517cb01ad22d21246417f992 0.13 MB 215 21
315,451 315,451 000000000000000021aeecc06d29c552cb4a42fc26488b0bcbd788b35fdf99e3 0.56 MB 1,181 29
315,450 315,450 00000000000000003611a1d7f13d43280b6795f4ecd1640ccf436ac042cd25f7 0.14 MB 249 21
315,449 315,449 000000000000000032a5ae55a01d1bbb864694e75e807e105e80af213a81705a 0.31 MB 556 27
315,448 315,448 000000000000000033793133c91741b90df5d81d7f374dbf7ce8db7a20541fe9 0.61 MB 1,107 30
315,447 315,447 000000000000000001b1eee1b64b842b14004368adb38bae72a46e083f0d4e3a 0.21 MB 269 13
315,446 315,446 00000000000000000abf94869909afd163d9bd2db206401c75b68cb74be16935 0.79 MB 530 16
315,445 315,445 00000000000000002a5e880d75d2969cc6d85edac325ad4fa493e364aeb89d49 0.35 MB 760 35
315,444 315,444 000000000000000011fbe2c182a71786949bdc74177f31e42474ecb35e482664 0.93 MB 1,679 34
315,443 315,443 00000000000000001b7e083a4099ba74480cc6ae126b3f14543da7e0b74b2aba 0.75 MB 2,005 45
315,442 315,442 000000000000000015f5b8205192952e41105e15621532cfe3e17b24419ea54f 0.39 MB 547 34
315,441 315,441 0000000000000000291269c02e6751d1963a5e6a924352336bf4ea670c9a6248 0.08 MB 81 9
315,440 315,440 00000000000000000371380d26535be19bedbd8f65d1a39851a7bc5a1f0a5688 0.44 MB 689 26
Previous 10 blocks ↓
Total Size: 769.01 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,621.59 GB sent, 92.92 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.