Memory Pool Memory Pool Refreshing

6,322 transactions
2.40 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (786,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,380 121,380 00000000000083df6be5f6050a28e093d60f0bc35764ac48002522679e273d5e 0.00 MB 11 0
121,379 121,379 000000000000198ed4cb0586b718bc901865d1e94cb859cd1c4af043379d9aa8 0.00 MB 2 4,444
121,378 121,378 00000000000093e086375dba347f1051997d85afa3cbf6500ec7c37a157daf64 0.00 MB 7 326
121,377 121,377 00000000000071b49e326a071150f1338991c0359ac21db0f80c5fa721af2634 0.00 MB 8 0
121,376 121,376 0000000000003215170e9e251e2e1e61f0bcb9f623d5c777ba632224e4e1b24c 0.00 MB 5 0
121,375 121,375 000000000000836abb55ff5164c695058cbdd4ac317c2ba664b2a706faedc0b1 0.00 MB 6 0
121,374 121,374 0000000000001db928d213263c4a73925c8c2b1f0226c95f1b88765cd5c7fddf 0.00 MB 3 846
121,373 121,373 00000000000023079ff20b262796c5a03aa8308e9b67b681c5c968f939a699bd 0.00 MB 3 0
121,372 121,372 00000000000065fbb7733f5ba02bd1e88425c549eed2919bf51b3a5ca4b997a1 0.00 MB 1 0
121,371 121,371 000000000000861f60b29956325551de481c26e4358bc7957e28d7c2a9a4c4e9 0.00 MB 9 324
121,370 121,370 0000000000005206cc6d381b71c1f46998cfef8c682aee6aed452b28c70925bd 0.00 MB 1 0
121,369 121,369 0000000000005d4e5bc9d10ebc025898e91b9837e808250069246c7b36a57214 0.00 MB 7 0
121,368 121,368 0000000000005c6fcdd3bd8e248e95b680a9b20c1bd286243c45231e38f4916b 0.00 MB 8 0
121,367 121,367 0000000000007431d5d0e5b76aa51aaf27a6e78d8e0acbce44808a91909303a1 0.00 MB 9 0
121,366 121,366 00000000000086bd6268e80c7b21e02b813796e6d669f70516cdd77e05f445ef 0.00 MB 14 624
121,365 121,365 00000000000071a8a1769c11c55deb81685dd016b7c4fceda3c8f027362084f1 0.01 MB 44 1,632
121,364 121,364 00000000000043026f9b93c4d3bfa24acb8bd4bf8849c0d4a7af575ddcf47152 0.00 MB 11 0
121,363 121,363 0000000000000d87732e0fda72b96324862cc8028724066e65c4b814df44454c 0.00 MB 11 0
121,362 121,362 0000000000005ad4fb4c0773ee8420a710996e3d9a5926cdc5bc67339b50887b 0.00 MB 4 0
121,361 121,361 000000000000913f63a281b67a97ea9ad9a6143854bd4dce4a53dbe3db502a8b 0.00 MB 10 0
121,360 121,360 0000000000002d6e32f17db4292ddc2a6509571574575889a14198937a30d108 0.01 MB 36 1,867
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.