Memory Pool Memory Pool Refreshing

7,042 transactions (1.75 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,162 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,512 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,161 (864,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,505 44,505 000000001f1a50f22f7a91baf1e21c55c3dc25f4e3179cce59ceeb26d86b9d39 0.00 MB 1 0
44,504 44,504 000000001f6f94cd2ada1f9822d211f177be778f1df6499fef505b64498b3be3 0.00 MB 1 0
44,503 44,503 000000000f6712b54bf1a89ad39fdec15fac32ab244fadf9cc5dae4d61f2730a 0.00 MB 1 0
44,502 44,502 000000002db9d0952c859f52c6677de1c6ce84ecf288945cce99f5454d6cd664 0.00 MB 1 0
44,501 44,501 00000000157dbd4cb187c34b2f41ba8cf7327b11ebf913f13de2eb895020af91 0.00 MB 1 0
44,500 44,500 0000000024ac83d64bd7dd9073765318d5a94059707cab5dad87b9caa3e24146 0.00 MB 1 0
44,499 44,499 00000000370319807079a966cd60fa9d6eb3f597ce66d1312bd2444ef30cfa11 0.00 MB 1 0
44,498 44,498 0000000000b6d1de3996e42a3d21ac8f25da6a7e5aba85e958ea002d61b03574 0.00 MB 1 0
44,497 44,497 000000002c7a9c59327f761ce581b0c514ba254ea7732f7cccf8541af6a9b998 0.00 MB 1 0
44,496 44,496 000000002983fc5d1e550a8712418e5e00c21a6dd34c0f21dae8d3f9b86ca737 0.01 MB 2 0
44,495 44,495 0000000000abdfd3f07b8dcce42d34b436c431edce34d9e4ab794b6aac062328 0.00 MB 1 0
44,494 44,494 0000000018f94ee55dcdd14555606f997e8fccf4a73abd53a1214d31be09fce0 0.00 MB 1 0
44,493 44,493 000000002355480f591a84c60d6e54f2162769e2fc81e3325cc0072ce1fb4f51 0.00 MB 1 0
44,492 44,492 000000000abd9ac6107e918519f13a44a578ff95f64cc63141acded37a3fd65f 0.00 MB 1 0
44,491 44,491 000000002df427ff1dcd45048d1277d53e8fbdcef8c2243ade720867a1823470 0.00 MB 1 0
44,490 44,490 00000000023665a7af54633ff468204a2a5b3b55f2deca36834e6cc23fc5b76c 0.00 MB 1 0
44,489 44,489 00000000219b7c0edb090e19ce78de79fb33e8c12e97bd657200d924636007b5 0.00 MB 1 0
44,488 44,488 000000001657b5f403bcd6e23a669d9bf01c9cd8c86717f289689c74e0daa21c 0.00 MB 1 0
44,487 44,487 0000000036710ec7d7505d876b39608cfcb2e00babf2f1adaf674002ab09586c 0.00 MB 1 0
44,486 44,486 000000001243a48884295056744ccddeae324f2be325076358ac045c8325d708 0.00 MB 1 0
44,485 44,485 0000000016fc8836e9fd119be9016297412bf05490ec5214da443c8f93eae87f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.84 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,971.39 GB sent, 106.85 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.