Memory Pool Memory Pool Refreshing

15,920 transactions
39.42 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,918 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,212 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,917 (132,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
731,233 731,233 00000000000000000000719574617ec8822b192c22232e8b4575de954ecd5f82 0.00 MB 6 6
731,232 731,232 00000000000000000000fe55bcd4ab3c11d66409560e6b4a533b37de823dd0f6 0.02 MB 49 11
731,231 731,231 000000000000000000080430e8178511a03829ddbc8cc10a17fad676270a7534 0.60 MB 1,062 7
731,230 731,230 00000000000000000000e131d9750d4b68d6c59cae5893d3c7ec8eb489ade509 0.90 MB 1,441 7
731,229 731,229 00000000000000000003ece558a0df77d3a38a052ca73db7860aaefc0918181f 0.80 MB 1,320 6
731,228 731,228 00000000000000000008476686550667e3d7bccf862f41081a30612bfc677b8b 0.11 MB 231 8
731,227 731,227 000000000000000000025e4d4f472e775be0d43cffc608eb6389990cda533ed7 1.19 MB 1,078 5
731,226 731,226 000000000000000000023f5f85a6210b414d53a8a9d1573a67434812149ec1e2 1.13 MB 738 3
731,225 731,225 000000000000000000087affe92ad45b087ea7d0460c410dbacec069ea9d397c 1.04 MB 1,480 7
731,224 731,224 00000000000000000001b3b857465688e53f3fafc11d50a794690f7bae2f7ff6 0.19 MB 326 6
731,223 731,223 0000000000000000000362547c664a5c66ffea3ec639ada450b6eee7e9a4991a 0.04 MB 108 6
731,222 731,222 00000000000000000003e7960055f353b18edf483a55a6a0c3ea8c775a6bd3e6 0.70 MB 1,203 7
731,221 731,221 00000000000000000003a086c3e81956b59170c8f445f1bd9e847bba2aace9fb 0.07 MB 110 5
731,220 731,220 00000000000000000006755354d47ba432ce23c70e62b1af1939c5e13c54b44e 0.28 MB 416 8
731,219 731,219 00000000000000000007f7d8f53f48795d7287a294fb15e877ae90c0c907e845 0.52 MB 843 4
731,218 731,218 0000000000000000000249dc94bbcc6b65ef36eecaad2d7248e7659d6e956726 1.52 MB 2,420 7
731,217 731,217 00000000000000000009715f494d55d5f611d8c9c18b87434ac388a9abb24075 1.27 MB 1,847 7
731,216 731,216 00000000000000000003398fc704ae12d4372373ae248dbdd8bf14743ccccfb0 0.20 MB 260 6
731,215 731,215 0000000000000000000452400ad5b3950868247bbf4022234660529b411405c3 0.55 MB 1,061 7
731,214 731,214 00000000000000000002c99651cf52b7b0866f541cab2d86a8f303a6f7cdaf0b 0.54 MB 867 7
731,213 731,213 00000000000000000003d3b416757c761eeb2a6f5f65aa8d33fcf5242989aec5 1.20 MB 1,071 5
Previous 10 blocks ↓
Total Size: 687.86 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,531.26 GB sent, 124.59 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.