Memory Pool Memory Pool Refreshing

18,858 transactions
6.03 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,236 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (4,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,470 903,470 000000000000000000000fe243ecc5af8a798610db5f192994092d6d08cac2d0 0.12 MB 293 2
903,469 903,469 00000000000000000001a9c558ffa2b48b1d5fa1fde8d98659297b4a613ae7e7 1.35 MB 1,586 2
903,468 903,468 000000000000000000006109ae9051605b79f1734a83fcbae51463f625b1126f 1.02 MB 1,401 3
903,467 903,467 0000000000000000000242cdcf87c65c81414dfe5f5593c52ee1cab309f4c025 1.62 MB 2,489 1
903,466 903,466 00000000000000000001fc97dfce2aa166854baa3eeefb336083afb2352703e2 1.57 MB 2,507 3
903,465 903,465 000000000000000000000f6e9384eb18f9cb5c3e6aad51adaa41fbebe3d8ce84 1.61 MB 2,174 2
903,464 903,464 0000000000000000000154a1d782432917cb8c75f48beab17eedf721678cd7f2 1.64 MB 1,981 1
903,463 903,463 000000000000000000012a7ac65a60710825d54deec591ef859a8b8c5b47b8dc 1.29 MB 1,542 1
903,462 903,462 0000000000000000000191d8f879c71c60ee5f47c98432a126dd96582c57e4e1 1.66 MB 3,338 3
903,461 903,461 0000000000000000000010c50a27ea4d401c02bb9b7f5a7ebbf32dfcc89839b5 1.50 MB 4,328 6
903,460 903,460 00000000000000000000de9672245ab506a6696e4bbc85b5a93ac0a1bcc714a2 2.10 MB 1,800 2
903,459 903,459 00000000000000000001268ad818c567e8dda7e1c89d904eed9268b24b106aad 3.09 MB 932 1
903,458 903,458 000000000000000000003e34ff4ffefbc56de48d0786caa538ed23c7e6e45fc3 3.11 MB 931 1
903,457 903,457 0000000000000000000137b1644e91f859c6d4b2f312ab9d6d7efe138d82945e 1.45 MB 2,747 4
903,456 903,456 00000000000000000000b591181616b1f3b31b2c4b7fa16fa5be2b9a8f58d1b0 1.60 MB 2,293 3
903,455 903,455 0000000000000000000022c17368b16d260bcf8cf68c156135ba4af25bbb2071 1.48 MB 2,018 6
903,454 903,454 0000000000000000000125e1d60f5cb999196b29a330b96ba5ac0573d75b62a0 1.34 MB 1,780 3
903,453 903,453 0000000000000000000207e65671b01c5862da2dea42bf3c22658f9a4949496a 1.60 MB 3,282 5
903,452 903,452 00000000000000000002489b4fcb8aa0188c0c9147c8b86cb491343e1f380b75 2.47 MB 1,453 1
903,451 903,451 00000000000000000000e03b613b9f6cffceb08224b888d8b21bb76cf1f4b711 1.70 MB 2,190 2
903,450 903,450 00000000000000000000d396ec87c9c2b284797c01fe136e6b3481ba97cafb2d 1.25 MB 1,347 3
Previous 10 blocks ↓
Total Size: 769.02 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,624.40 GB sent, 92.99 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.