Memory Pool Memory Pool Refreshing

35,339 transactions
32.10 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,647 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,067 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,646 (63,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
800,351 800,351 00000000000000000000dc8c2caadf5e8e8635adc7ff4d90dcfba264a3493e6a 1.70 MB 3,148 18
800,350 800,350 00000000000000000003b34db1716923e045910c2587f9e6ca70bb7e9e421eec 1.74 MB 3,746 7
800,349 800,349 000000000000000000048dcdb99a1ef6c6afefbfe8332eac5f44e8f005737300 1.65 MB 3,046 13
800,348 800,348 00000000000000000003a95ce8555132aef4fbe96ddac44d3a12f12315c8ffbb 1.34 MB 2,231 16
800,347 800,347 00000000000000000003646da048019861d42470c915e2a2820aaaa500fac474 1.95 MB 4,884 8
800,346 800,346 00000000000000000002f779f7fd1e62277a28a6c89bad2c95a9b4f326aa305e 1.81 MB 4,229 10
800,345 800,345 0000000000000000000304d4cfceb4274ee00ba6e716fe82e8033cfd2630fc1a 1.65 MB 2,894 7
800,344 800,344 00000000000000000002432d4d3e3ade7907d038ecb0814938c289767c59f159 1.52 MB 1,552 9
800,343 800,343 00000000000000000001d89d7ba66106b51be4a9d26ecd394c1e1a488146b4bd 1.72 MB 2,861 12
800,342 800,342 00000000000000000002129edd75bdbca675f327f2935aec9def456e0a2f9b33 1.62 MB 3,653 14
800,341 800,341 0000000000000000000365a1e5714771e9b659a081659c181311818c57a3a1d3 2.16 MB 2,916 9
800,340 800,340 00000000000000000002bc1e0d5bc5e35a1368c080322adc06198a749db0ab33 1.74 MB 2,759 15
800,339 800,339 0000000000000000000135fa4a737d4d5621c9c115b530bde7e329f178eb16ac 1.80 MB 2,653 14
800,338 800,338 00000000000000000000e59ad893e64d160f0c66f589d9407dac468e19a6440b 1.82 MB 2,562 11
800,337 800,337 000000000000000000039ce3bf4dab8f8fdcbba8cd9521c3c61ea9fe0cf92f8e 1.64 MB 3,593 7
800,336 800,336 000000000000000000020a075a37d856f41a5135b38d89175b2f30fb77728300 1.67 MB 2,797 11
800,335 800,335 00000000000000000002759fd6939f6c710811692f3009b157897066a097f8e6 1.43 MB 2,425 13
800,334 800,334 00000000000000000003d82abe92382b4e06a9aaef1b29035166709807518d59 1.38 MB 2,706 18
800,333 800,333 00000000000000000002ab25438d1bff01a461740ab3b6312daf246a425b8c45 1.65 MB 3,555 9
800,332 800,332 00000000000000000004c757c9a3f871ae3de70ee930808054cf6ffe32e8a637 1.63 MB 3,719 15
800,331 800,331 000000000000000000002d06f5bc796309d0b91ba0af0e1371f97d5c682d72b7 1.95 MB 5,313 6
Previous 10 blocks ↓
Total Size: 687.35 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,514.67 GB sent, 121.39 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.