Memory Pool Memory Pool Refreshing

2,885 transactions (0.89 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.88 vMB 2,873 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,852 (900,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,697 8,697 00000000b7cb82fcca840bc45f433c6623b3c5b1ea4eab82961523805ea9c785 0.00 MB 1 0
8,696 8,696 00000000b754236eb995c2c9dc249c024249d4ca518336ce5755133f3e526063 0.00 MB 1 0
8,695 8,695 00000000ad7b0e88e010c0a004734cc40a7e1ef5d42c45d236d7b1adfde66a61 0.00 MB 1 0
8,694 8,694 0000000048a9e61a5c47c60d9cda6594ca9798f040b4a6a7e73ad28b7f227cee 0.00 MB 1 0
8,693 8,693 000000004ed1690d9de9afc1a4b3aa95101655ffb7c84513b5a91dc5f26537c0 0.00 MB 1 0
8,692 8,692 000000004656bf7bc13ea617b3c472bc2ddb226a3cc4109b4bf2844f7929ba35 0.00 MB 1 0
8,691 8,691 000000007c6ce8af451e99b8f9128759dfc9a4720eb40abcc8f8c174dd0e1e81 0.00 MB 1 0
8,690 8,690 000000009a7f813c24708573b68265c730a6bff1fa71bf9d447f8c6a196e2077 0.00 MB 1 0
8,689 8,689 000000000c0b89432bf3cd76134ef7b87ceda5cfb6064d77e69038cc72c410e8 0.00 MB 1 0
8,688 8,688 00000000e4131f9946dcc23aea15fdfdd516f7d0c3c8340e50935a91b18dfe23 0.00 MB 1 0
8,687 8,687 00000000cf0eeecf3d814ea5ab7ed4293803ea6aeee0e3779ed9c2e77997f8e5 0.00 MB 1 0
8,686 8,686 000000001a84417b77acd346df4e55ffe5384db5098fcf575b820c3005c0548a 0.00 MB 1 0
8,685 8,685 000000008820476d20779d81d2ed114aa22577b61e1e40e299d91bf70988cef2 0.00 MB 1 0
8,684 8,684 000000000d46964118e4bebaff4f332290e1620f0296391fa90a42ca18d89878 0.00 MB 1 0
8,683 8,683 000000001c2911089b4bd7719e2607fa24c7e92f77f0ee909c6d511af52cbf4a 0.00 MB 1 0
8,682 8,682 000000007b846c476b4a2f849f237922e5878bf1a90648a0e1d9ffdd5dee62e8 0.00 MB 1 0
8,681 8,681 0000000008089f06ac82cc732939402ac8ecc10402363bf936c3b4a2cd3c60c4 0.00 MB 1 0
8,680 8,680 0000000058ff161132d81b301c3699f6f04d87f7f4ae8b5f273c4b4b1f569e40 0.00 MB 1 0
8,679 8,679 0000000099e9b90af841ce3a535671c52164d057e95aa4e793ee0e0f893ea7df 0.00 MB 1 0
8,678 8,678 00000000112b61fe278d7f509029b29350ed3b0b4168dfc5f88412bc1edddff9 0.00 MB 1 0
8,677 8,677 00000000ea52f615a50abfa78d16be3dad4e597872019e46596b410a70145c24 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,859.83 GB sent, 103.49 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.