Memory Pool Memory Pool Refreshing

7,272 transactions
4.04 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,576 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (891,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,333 16,333 00000000ff30a0d96833693f515cc9b409dee1b072397c0f5989148407bcde65 0.00 MB 1 0
16,332 16,332 000000007862ee36c53ad873e79fb997ede2cdec6f75a68a6cfc616630fdb55a 0.00 MB 1 0
16,331 16,331 0000000063c0cd3cbedd7751cba8361df3f946becf850b14380b6401fd8196aa 0.00 MB 1 0
16,330 16,330 00000000bcb602f960dc82be38abed8b48cee023415ab5dd7f14df10a0d11efe 0.00 MB 1 0
16,329 16,329 00000000a548766634940870c0adc86031bbe6d578275e591abf3728a51fbe74 0.00 MB 1 0
16,328 16,328 00000000ea8b814bf766976f40cc14f676c82f4d6557db20c4c5906ed75a3dd6 0.00 MB 1 0
16,327 16,327 0000000041e47442ee9c8883416afe403542466c376a2e00f2607a2bb127e18e 0.00 MB 1 0
16,326 16,326 00000000cef8000c0f13ab4cff69b5485a5169ccfe174c747c5e2fc9fc38ceec 0.00 MB 1 0
16,325 16,325 00000000644239cb408ec2dc81289a761ac0e77e100a681410bb39731fb33264 0.00 MB 1 0
16,324 16,324 0000000046d5d7744f3fd416157502b0827211052836baa3a4a8c93350729ad0 0.00 MB 1 0
16,323 16,323 0000000030439ceb864f6758bdbcf150bbd792ae08c2b00f97943c5b713ac086 0.00 MB 1 0
16,322 16,322 000000006b7347331fcdc623ba7f1a01aaa2970d80c091cfbd277ee20231208d 0.00 MB 1 0
16,321 16,321 000000006801510e9a75ac1b41ed182542eed6a9cdcb5f32a17946b774d478f3 0.00 MB 1 0
16,320 16,320 000000003bebc9e53ceb764f4610df9fa0c0c53f79f1260fb2d9d773d904b7c2 0.00 MB 1 0
16,319 16,319 00000000ee6881d031e20fad276429ce3897916ede43340c602084d00091cd0b 0.00 MB 1 0
16,318 16,318 00000000d0a85addbf6fd1f4d91edbbb6d5f78849be4e45f2b8b37facb492fb8 0.00 MB 1 0
16,317 16,317 0000000064a1cd4d10dd13ac839c646970a113dc3f4868d1c27ce32722781118 0.00 MB 1 0
16,316 16,316 000000008f831ddc4872b609c40423f28b2604bd583b5208cfed04e43fdf04bb 0.00 MB 1 0
16,315 16,315 00000000d19665233ca5070e3ad7ddd0ad43cb1f9a5dd5cced54119a72e3e103 0.00 MB 1 0
16,314 16,314 00000000c63e1e6071437ed487efb5882f1fe348570ade72149c9e93c8e38731 0.00 MB 1 0
16,313 16,313 00000000ff317540af0b8e6e5907bd66cda220d1accb908d3a223751c1a7944c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.03 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,625.99 GB sent, 93.05 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.