Memory Pool Memory Pool Refreshing

37,982 transactions
31.18 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,031 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,517 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,030 (16,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
846,469 846,469 000000000000000000008f5bbcb6f53cdd71a215eb0585812763affe5175e782 1.47 MB 7,010 17
846,468 846,468 00000000000000000001f766196d3aaded9cc259fed933ec9b093c2759e4f8d4 1.51 MB 5,043 22
846,467 846,467 000000000000000000032d46faf64e17c0fafa8802871e340e538fa8e33a7a72 1.60 MB 4,333 27
846,466 846,466 00000000000000000001140dc6a0b28aea8ea734e745087fec60e834a58d2e22 1.59 MB 4,736 23
846,465 846,465 0000000000000000000134e489e1e13e6fc9ef732809fddc033089065bc82a26 1.61 MB 4,279 21
846,464 846,464 00000000000000000001d5e0369520ead2dc646b7b592b8bafff8dc02e368600 1.52 MB 3,786 27
846,463 846,463 000000000000000000002bde133693a19d84616a4cf1db767f8864b5288cce6b 1.51 MB 3,437 30
846,462 846,462 000000000000000000031f97130e48c0a7797547416d16ccd3d7dd8a6cc6d0b0 1.53 MB 3,313 41
846,461 846,461 0000000000000000000012f2d726f8a033a2bfb5eada30cd92e15e6e1d196ce7 1.50 MB 4,172 22
846,460 846,460 00000000000000000000225789427db9f0e8f310d8bc0a205f884a8ce68a2aaf 1.49 MB 5,007 19
846,459 846,459 00000000000000000001de5e312d55f873e73d14f3cd8a8ee656a392dbc28236 1.58 MB 3,544 35
846,458 846,458 0000000000000000000146ff7ddbab422a05c9476100b0694b19cf0d1a5486f6 1.56 MB 4,458 23
846,457 846,457 000000000000000000016d58bb61529d640fedaf86ee2da9b891dfd27d41067d 1.50 MB 6,152 19
846,456 846,456 0000000000000000000131ed404276797986191f33e40b04e655f876e8f77a5e 1.49 MB 5,136 19
846,455 846,455 00000000000000000000fe96359fd4dac47dc0eb0d041e3771910594a2c6d726 1.52 MB 6,256 16
846,454 846,454 00000000000000000002664a3ee77eada091c13a3d64593da11f4ad0026ba070 1.36 MB 4,209 16
846,453 846,453 00000000000000000002946d5147ed7b95941a4a9dda1c8d9e8d5da1a742e196 1.49 MB 3,861 21
846,452 846,452 000000000000000000005d61b6cfc471c8afdd786462b72f33115ecc0fec9ad5 1.49 MB 7,351 16
846,451 846,451 00000000000000000001be40b7b47870ead22964e0a247dd4db79bc0da0bdd78 1.59 MB 7,371 17
846,450 846,450 00000000000000000002b80ab943f57069f72fab9280eb35e0f1c5f4cc4e8249 1.52 MB 4,925 19
846,449 846,449 0000000000000000000029f6e349f280f8fca97e7a9cc191dff5c2d47b4f1bfa 1.50 MB 5,017 32
Previous 10 blocks ↓
Total Size: 686.15 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,416.38 GB sent, 113.09 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.