Memory Pool Memory Pool Refreshing

3,180 transactions
1.35 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,858 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,501 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,857 (109,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,512 798,512 000000000000000000037e092a3800a7fc3df9e70a2425102c3d47afe2898453 1.73 MB 3,576 8
798,511 798,511 00000000000000000004ea3deb28cdace27762e31322f80032e476a5aa1f6dc6 1.56 MB 3,479 18
798,510 798,510 0000000000000000000268dcffd1f0277ba18c537190646f285394f16927e20e 1.41 MB 1,367 9
798,509 798,509 000000000000000000043e65779d538a203dd0861e059c7fdcdb114dc196126e 1.12 MB 669 11
798,508 798,508 00000000000000000001714a825b956a4fdd6edd2ce9219c0eea05dfe78f1ab2 1.20 MB 1,450 12
798,507 798,507 00000000000000000003d151a25c5a4c27b2ad4978d26bd749678ddba71176b1 1.24 MB 1,315 13
798,506 798,506 000000000000000000006e21101017889108d0e0325518a78d16d38bf7758282 2.05 MB 6,399 6
798,505 798,505 00000000000000000001db25f2faffcb0c8f859b965845094269fa4022b52473 1.51 MB 2,969 10
798,504 798,504 0000000000000000000015eaae1146032f42c00764cbd69f8950262a95ef58e9 1.45 MB 1,984 10
798,503 798,503 000000000000000000006b1f22a22d70f8bf88e8995cba1ea194b0853e498ba7 1.55 MB 2,273 15
798,502 798,502 00000000000000000001c013a21951da45570fbd82df2e83c429119d5d9e2d13 1.97 MB 5,736 7
798,501 798,501 000000000000000000015110fe95a5117bf51089a5db2e642e366a43b31c30f8 1.62 MB 3,018 13
798,500 798,500 000000000000000000039cbcb8fa9584aa48e5c4d748bb04c41bbc7a9ccdeb43 1.72 MB 2,708 13
798,499 798,499 00000000000000000003dddd8b0cab5dd5154d5f0e57969d826e1cf8e94ab462 1.78 MB 4,618 8
798,498 798,498 000000000000000000044646b199f432da4424f909c5de86fa4c4eaadc8fedb8 1.65 MB 2,958 6
798,497 798,497 00000000000000000000c3cf78596904f3296e4a2f22cc47b8c4186909a2be65 1.62 MB 3,180 17
798,496 798,496 000000000000000000001b43f98dba6b95ae305aac128351bcaac3271985a6fe 1.54 MB 3,142 12
798,495 798,495 000000000000000000039905341eb828f375b255600b7a4af383fe728556e7db 1.55 MB 2,662 14
798,494 798,494 0000000000000000000245b91ee3071b8ddfd0efe824c0fd43c4897c85d6e291 1.58 MB 3,489 11
798,493 798,493 00000000000000000000bf1b26ef03fcd65acac267c8533df6626b180a83021c 1.73 MB 3,583 6
798,492 798,492 000000000000000000049ad5c7837a6d9bd905bba176871f02dc355ad13646c4 1.62 MB 3,715 10
Previous 10 blocks ↓
Total Size: 769.28 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.43 GB sent, 94.29 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.