Memory Pool Memory Pool Refreshing

61,484 transactions
23.36 vMB
Show Random Selection Loading Transactions
Max Size: 136/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,846 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 5,512 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,845 (143,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
729,522 729,522 00000000000000000001e69bcafd4df0dc561dabc82807c610a202d3f024c21c 0.09 MB 237 8
729,521 729,521 00000000000000000005ebd801b10fa1c679cd4c52bd82fe9fe8bcfdaee07a94 0.99 MB 2,041 8
729,520 729,520 000000000000000000018cfd158ddff81a71ec030f8191e350cc9be27127aa3b 1.32 MB 2,432 7
729,519 729,519 000000000000000000031fd4826145a92f164cd9802f37d648a111c2d634c4af 0.63 MB 499 5
729,518 729,518 0000000000000000000732f5694437b170dce5990ad8be11a912ccc4f210b13f 0.42 MB 432 5
729,517 729,517 0000000000000000000285cb56b8f3db3a5977d3002e4bf47ad0ead0f9bff90e 0.72 MB 365 3
729,516 729,516 000000000000000000082ca018fe8bc9d6f6a9d5aeed35e5cfde631220a446a6 1.67 MB 2,195 6
729,515 729,515 00000000000000000008a3e3d9e2cde537bf1fe2e1f3840e73c95e66a2dea9e2 1.12 MB 1,767 8
729,514 729,514 00000000000000000001667b8b693bea98ba45ce1f943cace09ebe6903980fa8 1.59 MB 2,919 8
729,513 729,513 0000000000000000000710d24deffa9a11feb732c73213adf746344c4e748a83 0.50 MB 694 10
729,512 729,512 000000000000000000009cca2e11b27650eab5f1b6fedc0a417c526e61e1dc1f 0.66 MB 1,136 6
729,511 729,511 000000000000000000032506decb0bd17bfd42f01fbbc4d11d4bc4af16e794be 1.49 MB 860 3
729,510 729,510 00000000000000000008579cbee3f6c8cd7bfe320038266dd073538d484fd4ff 1.25 MB 1,425 6
729,509 729,509 00000000000000000004eba5e018ad9d4b715ba85fc1c706caddfc93d38a2537 0.59 MB 1,055 8
729,508 729,508 00000000000000000005ed85f1fc5eb921915c43e77b4aca310d6f4c0dd98bef 0.22 MB 421 8
729,507 729,507 00000000000000000007987c4e0494e19985cc51323075fdbf4663903fdb8823 1.41 MB 2,114 6
729,506 729,506 00000000000000000006d450cc1886b07ca9591977618de5cc7c673a2db96d7e 1.40 MB 2,665 9
729,505 729,505 00000000000000000006257c7ef73bde51329956792c094d025fcabb737c2e47 1.29 MB 1,035 6
729,504 729,504 00000000000000000001388d29321d3d07ddeaa1aa456609a7b4006c5ff969fe 0.19 MB 212 10
729,503 729,503 00000000000000000003c2c0b1d81d8539f39119581111b860b927d529ee4030 0.64 MB 868 4
729,502 729,502 00000000000000000006c7ef54abedf88014946fc914c3d7050d0806f56540eb 1.35 MB 1,729 9
Previous 10 blocks ↓
Total Size: 704.77 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,659.59 GB sent, 243.46 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.