Memory Pool Memory Pool Refreshing

40,289 transactions
30.09 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,211 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,695 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,210 (743,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
119,678 119,678 000000000000469e8af530b3361e863710802432a9410f8fa1c161be589fc623 0.01 MB 13 193
119,677 119,677 00000000000016263fb85f2fd9656572c9a3a9fd6e3366d5c752b5c5e7632438 0.00 MB 12 0
119,676 119,676 0000000000001be76266d1f470acec0dc674500056f68cdc11de98bba3dd603f 0.01 MB 2 1,243
119,675 119,675 0000000000003098f695ff8b01f30f97c95a563268660c145642bfc958fc0098 0.01 MB 17 1,104
119,674 119,674 00000000000037ae72ce5ee5741d3381c18d4d2aaefd4dcbd1b91fc01453bd77 0.00 MB 3 3,875
119,673 119,673 00000000000030e8a803c228353223bc72ece81c38a7af816b1077833b8ac5c1 0.00 MB 10 308
119,672 119,672 0000000000002b1975dac63f5b1e3d7b6c51387d8ebcf941a932beca6403beb8 0.00 MB 11 889
119,671 119,671 00000000000044c975533fc3691555ea643c2c0ce786a2c762f72b84cd58f29c 0.00 MB 13 821
119,670 119,670 000000000000a323c19b53950af1e54c41f1993002e4fca53dd6b72c078d0df0 0.01 MB 13 816
119,669 119,669 0000000000006a53c236fa2a80ac060e6b1900102b2af5d1ff3e55f802c34892 0.00 MB 9 309
119,668 119,668 00000000000041c87b6a189dff5a49b930c899816365b9060db007f595ea40c5 0.01 MB 37 2,775
119,667 119,667 000000000000a725b8ca060abd5b8d8ac5011de01e31554cb8568cd94a9bf657 0.00 MB 10 0
119,666 119,666 00000000000026d9d655618b4c4b4aeb1ed22aff77b7120a8b7e009ed13c99a9 0.00 MB 11 0
119,665 119,665 0000000000003e127d10ce88b5da8b479d240e443376fcfced851fdbd52ee97c 0.00 MB 11 645
119,664 119,664 000000000000b45bcdca979d2033ae2ff6b99db005cc2ed98ed22567bb4d3123 0.01 MB 14 575
119,663 119,663 000000000000b46b9b674efdc4efa2999411e4221d334a5b4adf55731c7ad56d 0.00 MB 9 273
119,662 119,662 000000000000579bc447624e0aa878f845cb2d8a98ed891f32828b82bc581506 0.02 MB 25 271
119,661 119,661 0000000000009de25e977d6e72ce5034d2897fd50394d8730e3f2e892c6fc945 0.01 MB 43 1,956
119,660 119,660 0000000000006d41e2efa5b7150453932cad2004985056276cf448d2a58f3173 0.00 MB 10 0
119,659 119,659 0000000000006d51a5f8e461808bd68743032e2bc98967fcd71271ecaec669cf 0.00 MB 8 0
119,658 119,658 000000000000124da2a43903de4cfdd71b20e68d86058f94ba942b03fde5f554 0.00 MB 13 1,481
Previous 10 blocks ↓
Total Size: 686.52 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,470.85 GB sent, 115.28 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.