Memory Pool Memory Pool Refreshing

12,044 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,063 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (600,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
307,496 307,496 0000000000000000491d4cb38a5e01d8a2d5802d4ac5f834619536cf1543588c 0.38 MB 690 32
307,495 307,495 00000000000000001c8ef90a8b16325fb3a17cd32d4da95c47a50120d8057ce6 0.31 MB 554 26
307,494 307,494 0000000000000000281118a08d27122511dd94541231d1f5874c6142f6920c68 0.26 MB 271 19
307,493 307,493 00000000000000001f9e2350f6673f98685e0aaf112607ef68b3daf527b2c4d9 0.06 MB 128 28
307,492 307,492 0000000000000000007cdc934cd1ae6a3e3b4e3bfd6400cf84699a2f2eb4e208 0.09 MB 256 43
307,491 307,491 000000000000000029bc7327ed64a7467c9486ac9aeb3dd8a61d5860e40f2f2b 0.02 MB 35 25
307,490 307,490 000000000000000011512d9118d354aa21f5a2a29166b13c900bfc8455c40cb1 0.02 MB 60 27
307,489 307,489 0000000000000000355fefd005b1a574c0fdaf8cb4d9f179e91e2d8b9baa3e9d 0.05 MB 76 28
307,488 307,488 00000000000000000df729e28fbe8c0397f251bee41ea7038df36296de1961e0 0.18 MB 305 29
307,487 307,487 00000000000000000783dc62f0e680087b5d1aac3c985805b3085f8d8e917629 0.05 MB 92 54
307,486 307,486 00000000000000001fdce11f233e2c8c06990d8a38e1dde274a84fb925fdb939 0.06 MB 130 30
307,485 307,485 00000000000000001e6258ae63ddca4249f2c29c1a3314c731fae2efdd39e055 0.10 MB 200 22
307,484 307,484 000000000000000019ad61b6b773631cacbba92db9bebc5ae74bafe791a35507 0.75 MB 1,230 30
307,483 307,483 00000000000000004374c2a975fe6250eb4660b1628063d7a3c451fca9b40f8c 0.30 MB 467 32
307,482 307,482 0000000000000000036a9caf9f2d16fdb6a3388858a3ed639c1c5f6be7c8e421 0.37 MB 604 29
307,481 307,481 00000000000000001402f6b9f7e1862a7e7179b5bef97bec2a517447da1d5bb7 0.25 MB 551 43
307,480 307,480 0000000000000000446c1f7442419b0047f9cd1807dd576a6015c179b4bdb6cc 0.45 MB 651 23
307,479 307,479 00000000000000004f36736bd581cf9931be267d7a9384fc66583565f34a4229 0.08 MB 73 10
307,478 307,478 00000000000000001b60c3726e456bb04cf5da5616c10f5508b5604405de5cc3 0.13 MB 198 28
307,477 307,477 00000000000000003f72839d81586891d6b1074b6010ece735ba643d1563ba67 0.06 MB 91 24
307,476 307,476 00000000000000000599d1898c7383e9e371d56d458085fc62d7271ae80519d0 0.06 MB 53 7
Previous 10 blocks ↓
Total Size: 769.24 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.03 GB sent, 94.13 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.