Memory Pool Memory Pool Refreshing

4,941 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,751 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (353,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
554,494 554,494 00000000000000000023f6d315208db09f113a59c68701d138d65125fca6613e 1.14 MB 1,597 59
554,493 554,493 0000000000000000001085095c42a9c3efa20eaab65b34aa3639ab6a533c5eaa 1.04 MB 840 57
554,492 554,492 0000000000000000001df025e69d263904d1253fad7e6bcff14486bfb9e5e8e4 1.04 MB 952 80
554,491 554,491 00000000000000000024950460abe1979a87c78db960a1a389e111254100862e 1.36 MB 2,160 10
554,490 554,490 0000000000000000000a817bb3c42bfdf09f76a653568a5374e28bce9ffeb731 1.12 MB 2,587 12
554,489 554,489 0000000000000000001b2453646c8a8ee489a45364fa4c581f4f0008ad3f26b0 1.31 MB 2,396 14
554,488 554,488 000000000000000000186644f969352a06ecb8e47bcfc6f05ff7278aabe59f84 1.22 MB 2,835 56
554,487 554,487 00000000000000000036483da6a306c03c27ac7d2a027a00f7d04b18ecc1bd0e 1.10 MB 2,815 4
554,486 554,486 00000000000000000009652ed756fd8b87622bede5a8677695f104f417d722e0 1.07 MB 1,737 12
554,485 554,485 0000000000000000000602dfe19c67ee652af50c8ac01567e1176f67a75c1ccc 1.16 MB 2,660 8
554,484 554,484 00000000000000000008e54f374c6dd5b12aa144ca544b6d99216edfb5bd0b8e 1.23 MB 2,122 17
554,483 554,483 0000000000000000003061b845d3bbf79854c20175c07434e755b44715b1ab6f 1.23 MB 2,783 33
554,482 554,482 0000000000000000000553e77d65d3d58a8e128419c88667af51eb43e5e50bbe 1.24 MB 2,369 64
554,481 554,481 00000000000000000027ab30e487812bd630a8eb25aad08403f4377cffdbbcd8 1.27 MB 3,169 43
554,480 554,480 0000000000000000001cfb56009d22d85c4fd8bf5040497882837e8851ee4ad9 1.23 MB 2,495 35
554,479 554,479 0000000000000000001fd2c5389d5f29b43f0e569b152b75f19dda83b50c766f 0.14 MB 297 34
554,478 554,478 000000000000000000180700c620e3f8f797f846575fe865f2624f1ec106b5ce 0.86 MB 1,255 5
554,477 554,477 00000000000000000022ad7fd507c32aae8557fd7ef55f9de7ade63d58236a89 1.21 MB 2,541 9
554,476 554,476 00000000000000000031eced4f6c5f68ed8d1fe1e566fe3c5aeced71bd5774c3 1.19 MB 2,833 16
554,475 554,475 00000000000000000015cb30bd4c79c82f03b89838716bee7adac1e53a9fe0df 1.25 MB 2,718 33
554,474 554,474 00000000000000000026da533789505f436015ab0a945ae2121bdc11307610a5 1.06 MB 1,453 6
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.