Memory Pool Memory Pool Refreshing

18,505 transactions (4.28 vMB)
  • 1 sats/vbyte = (12 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,170 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,004 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,169 (882,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,916 26,916 000000001a0af777648c36f2283072217e5e6b814c80dc792cfbecafe689b7fd 0.00 MB 1 0
26,915 26,915 00000000d6b564129c6d38f0b055cce1ea976801438cf68129a3b2436ddb465e 0.00 MB 1 0
26,914 26,914 00000000188bf23aefc94c3c069651aaa4a35f84fc1b475aa8935bc169c199c2 0.00 MB 1 0
26,913 26,913 00000000a8894af15e5e94cda2e7034dd57ca882bf0513b4fdef0007e53acdad 0.00 MB 1 0
26,912 26,912 00000000ce57460e437306d60dc420e59a6b1f817eece79408be2e61eef570ba 0.00 MB 1 0
26,911 26,911 00000000e8f1c1eab71a3c290bc69b8d4fde0aaf455ad1d00170cc6da6763f9b 0.00 MB 1 0
26,910 26,910 0000000027c938ee5a11b17b9c4ae1b79978b87d01412a72f4f9e0399137d1a5 0.00 MB 1 0
26,909 26,909 000000001800d8b3e44f4377946900cb015be014e63c989fbdcf65112084555a 0.00 MB 1 0
26,908 26,908 000000008a7faa08901a05ca74954f8d8945b26bf9ce156129f3ce8823ac12e5 0.00 MB 1 0
26,907 26,907 00000000a7ecf47da612544c61f977e7a4cc6d8a4df80daedec5be4b39cb6092 0.00 MB 1 0
26,906 26,906 00000000df0f07e301b38125cb7703e4bab0a4aa51a35a10b8643b52b05b8444 0.00 MB 1 0
26,905 26,905 000000006b1deac736b3c47693dea7d32cc802b6d124e05ddd23a82a46dc0e96 0.00 MB 1 0
26,904 26,904 00000000955ed4fa6e16ba9e1604634a98a08ca5295028c3335f129148dfb6d4 0.00 MB 1 0
26,903 26,903 00000000de985034d5a5ceb56154110893b4c08308130ed2a11951b9c6c257db 0.00 MB 1 0
26,902 26,902 0000000042978e6517ae8b746a4485d554ae40570104050c55623406997a8d73 0.00 MB 1 0
26,901 26,901 00000000dcbd1aa5c276b6583a2627fa602bac9de4bd9de81b8461ed4746f4a4 0.00 MB 1 0
26,900 26,900 000000007b426c4bc2c6b9136b1b1607572b0791a65debcdda0e64ff42128acf 0.00 MB 1 0
26,899 26,899 00000000866473d701b2b60620143bdac4a5c6fbb8f728b748dd5a2ad371235e 0.00 MB 1 0
26,898 26,898 000000000e659e348a318171eb0c4dac4b1f6b192f3cf784b0d19c6acc71e27c 0.00 MB 1 0
26,897 26,897 0000000084a587c8201492057d682212b5c78ec6dc1b93ef6b12d194e1aa9d89 0.00 MB 1 0
26,896 26,896 0000000013db8c0224636b4a98b810eb78064fe0dbe040bce0a259773a536c4c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.86 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,980.41 GB sent, 106.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.