Memory Pool Memory Pool Refreshing

64,513 transactions
25.31 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,679 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,315 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,678 (93 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
864,585 864,585 000000000000000000003b485da71d761e3946459e33301e9227005014d32fe3 1.63 MB 3,307 7
864,584 864,584 000000000000000000020c661d8d78de9105a8d79a8fd8bc6b70e94a17762ef1 1.64 MB 3,566 8
864,583 864,583 0000000000000000000151f64e37678510ad013b25e6f4198c8fcb139079ca8c 2.04 MB 1,626 4
864,582 864,582 00000000000000000002e7eb918cbc3b0c30e7c924194d593d99949c334f89ea 1.55 MB 3,521 10
864,581 864,581 0000000000000000000222788327e0ead3c8b8ecf16f8c6713c36afb29b10ee9 1.49 MB 2,710 7
864,580 864,580 00000000000000000000ad4911fc07c726839ba215c75cf1c67ad5fbcbc7eaa6 2.00 MB 1,739 6
864,579 864,579 0000000000000000000029bd862e4b6dafa26c745792ed02691a60afee829adc 1.76 MB 2,574 7
864,578 864,578 00000000000000000000a493706ed01e2ab99f2955b165d5db81f40dd13a03f9 1.57 MB 3,196 7
864,577 864,577 00000000000000000001c56259446c52597f6b61332a00fe0809d1d5d19dede1 1.62 MB 3,221 8
864,576 864,576 00000000000000000002ba1f122c0ea7053fa314e38c9d4597f883611bcb5e43 1.61 MB 3,533 9
864,575 864,575 00000000000000000002d139908c8cc6ad1badf5d06046aed4c681cc4f996d31 1.54 MB 3,341 6
864,574 864,574 00000000000000000001c66e0c71c34f1c80d24b6a55c152285b063030629d24 1.60 MB 5,350 10
864,573 864,573 000000000000000000003aaab0893d615ca034c1612f27e0dd6cc7db6f330d45 1.45 MB 6,781 12
864,572 864,572 00000000000000000000f74efd63185bd76014f4d9c80f98e27dbb3254bbedde 1.45 MB 6,705 11
864,571 864,571 0000000000000000000077f308758b081b14c083f9ae59cd713952db90f677b4 1.46 MB 5,892 11
864,570 864,570 00000000000000000001313670ac49e41d856d6d59db5b97925974ca53c149ec 1.51 MB 3,775 9
864,569 864,569 0000000000000000000038c568d8e2c2735947d19f9cdbebe55bec870e397b27 1.62 MB 3,744 6
864,568 864,568 00000000000000000000f5b46465e92c75f97b57dc5aea129be2249082c281b0 1.60 MB 4,252 7
864,567 864,567 00000000000000000002193b43c6a156fbeeaaa9a3417f4fd4e51a1c6499fa46 1.61 MB 3,585 9
864,566 864,566 0000000000000000000146c1e00e0038168fa56e731d62f4d509619621d18642 1.43 MB 3,819 7
864,565 864,565 0000000000000000000216a4955ca7ab9bde6456b86a3e3fc6e86de589e0f8c6 1.46 MB 5,007 8
Previous 10 blocks ↓
Total Size: 689.30 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,647.21 GB sent, 135.67 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.