Memory Pool Memory Pool Refreshing

43,218 transactions
20.98 vMB
Show Random Selection Loading Transactions
Max Size: 115/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,467 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 2,983 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,466 (914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
869,552 869,552 000000000000000000024d1c1ba964b0aeb8ae39e3e2497e944af1dc48706bb9 1.78 MB 5,979 3
869,551 869,551 00000000000000000002695aaa47b30e0ef7b50c139c990355635825d47749bc 1.91 MB 3,836 2
869,550 869,550 00000000000000000001e6ec47a33d14126c716d7802c1096dca6277872bbf51 1.54 MB 4,723 6
869,549 869,549 000000000000000000010c629c527f439c59e9a0d677d6e573f1d84ba8b82809 1.75 MB 4,333 2
869,548 869,548 000000000000000000026e3430dd37ddd579ebfc10373b6f4e70270ebad33387 1.54 MB 3,757 7
869,547 869,547 000000000000000000022a75280645565c9ba03259b2e8f3cc8b5e77d520d89e 1.56 MB 5,051 5
869,546 869,546 000000000000000000026579f77ec826fe0782cbcb59a805cc3848621231eba4 1.62 MB 4,463 5
869,545 869,545 000000000000000000015e6719dfb2c20a9c35be681900fcabfbee2329b0d915 1.47 MB 6,228 4
869,544 869,544 00000000000000000002015637718f460b243c0492e5e6d6adcae971e577846d 1.48 MB 4,262 7
869,543 869,543 000000000000000000021981e38e8a026db72319c0e3088fa33b795cb1c6cbca 1.58 MB 4,090 11
869,542 869,542 00000000000000000000e3177dfbae52fca1bdc68585b126a6149707e533822d 1.44 MB 3,414 6
869,541 869,541 000000000000000000004996ee9d10011a904341f02481292d19cf866c372608 1.44 MB 5,260 4
869,540 869,540 00000000000000000001530013b0e655d6f4141b05b71bd3d807c521e5ca75cb 1.45 MB 5,058 4
869,539 869,539 00000000000000000000a2e1ab7ee4681ffd33d45c1cac6354b7591a3cd25e4c 1.51 MB 4,633 10
869,538 869,538 00000000000000000000d7d81fc9e94ee7baad75258e26afd5dcea5b0c60bd99 1.46 MB 2,763 2
869,537 869,537 00000000000000000002a45c4608a26821b46226f448dd82946ad075c8ee1a91 1.57 MB 3,138 4
869,536 869,536 00000000000000000000115ec2cae07d197a50aef76a1a1175ef6ffc8832fa59 1.48 MB 2,749 6
869,535 869,535 0000000000000000000194a00ae0e37c10f3706503611a55b551c61a31f75709 1.52 MB 2,102 5
869,534 869,534 00000000000000000000a72198356e52b516beb676ff9953d4035b2a2b159dbc 1.66 MB 4,067 6
869,533 869,533 00000000000000000001bb0d163b568244cf2d27d32bbcf3385d6e91b03e2c33 1.63 MB 2,706 9
869,532 869,532 00000000000000000000d4f1244a2c587a7f3c9e6353c7beec6a2092d494efd0 1.70 MB 3,342 7
Previous 10 blocks ↓
Total Size: 700.33 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: 2,296.02 GB sent, 212.69 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.