Memory Pool Memory Pool Refreshing

4,410 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 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,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,732 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (792,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,821 114,821 00000000000023416f012ec50de3c4da656a06c1b84c1037d4b3c564d5ff17db 0.01 MB 4 1,160
114,820 114,820 0000000000001734733f190c5308386b2387a5e65146a8dbc5bed32f09016504 0.01 MB 27 628
114,819 114,819 00000000000058f65191f3d5e20f9bc6d93597a7388c3ca6e61795a988185b46 0.01 MB 22 421
114,818 114,818 000000000000b29f1b1a58478b1cddfeb8bef4d22c22f21164ea69d1e85885a2 0.00 MB 9 3,573
114,817 114,817 00000000000056a6ab4fca28f56fd25ab46c20238f74781b9bb684b1be8e3e24 0.00 MB 11 0
114,816 114,816 0000000000002e557bc59b5d43b46c434eb8315f7ec29f8aa7c3e2920b2bbcfa 0.00 MB 3 3,861
114,815 114,815 0000000000003dd606e1c19372d2e594dac1a6e3ff837e0597cdb4ff8742c2ab 0.01 MB 19 529
114,814 114,814 000000000000545b1da9955a310a7d2c87680a8211fb35e0a06e00d52f3db320 0.00 MB 5 4,145
114,813 114,813 00000000000031d7d92e8af06fe1a11f624fafc8a97f83d4c565ada6968b5bd1 0.01 MB 19 1,237
114,812 114,812 00000000000029e7eeee68e17d1b36a55945260d08017e56c2b005dd85158c85 0.01 MB 10 1,342
114,811 114,811 00000000000028c005f866df8de21925fb891b4a16463b1aca03d4adb0327f92 0.00 MB 12 319
114,810 114,810 00000000000086a3fb93cfc284b34761d05d4f64da783225214bad499fad6b0d 0.00 MB 16 1,601
114,809 114,809 0000000000004c664fead8947216a9f1b39340ca14e1097ca37baab74b6bd5fa 0.00 MB 1 0
114,808 114,808 000000000000052cf3e23f36a9b4a5bafdec8accc581d7ee9b2aa34dc1ab9a69 0.00 MB 8 672
114,807 114,807 000000000000b00a66ddeb819e2981961b0cb8fb7e83fc2f4c835113291a6e9c 0.00 MB 2 3,891
114,806 114,806 000000000000a3e423ee3c2886212500b937983d4c7edfc6ec62206e573e56da 0.00 MB 1 0
114,805 114,805 000000000000884f1b378b2d294b09be42f6d163840b0c2b4af5e6606439d069 0.00 MB 14 1,827
114,804 114,804 00000000000033ea4f9b481e059ee4bc952b7ced018216e47762fd25e9f96604 0.01 MB 19 688
114,803 114,803 000000000000d49f5a6be21b7fc82c8d3c0c4b9ab8cb97a8a2e0c68f3a668d0e 0.00 MB 12 3,811
114,802 114,802 0000000000002950ae4e54a25cea61220d0035c2abcd90a34ce828500a15c1dc 0.00 MB 2 3,875
114,801 114,801 000000000000b40ba8b97da1775094c718e5e7e04440e70f8b8f1df5bc2702ee 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.