Memory Pool Memory Pool Refreshing

908 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 886 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (43,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
864,359 864,359 000000000000000000025c905fcfd598eb4508f6496ed6123ece10be464086f9 1.55 MB 4,643 5
864,358 864,358 00000000000000000000fd8b43ab35b3ee7d90e7cd97deba654fde0dd1ed3cc3 1.77 MB 4,226 4
864,357 864,357 0000000000000000000229db53d298404673c39e64758ebd32f6fc272ed18b76 1.54 MB 4,817 7
864,356 864,356 00000000000000000001dcd44c633a1dd163dca1286257cd58a096ca1253839a 1.50 MB 4,979 6
864,355 864,355 000000000000000000004249d1e5aeb78e4fbda904d99b0f77f27f416e281f1c 1.47 MB 5,579 7
864,354 864,354 000000000000000000024ef50fe44d078fe3921193f09b6b4a1cf601c030e3d7 1.50 MB 4,410 8
864,353 864,353 0000000000000000000318c302aede0ab780b3ef7866411a4fd04d429cea46f3 1.50 MB 4,694 8
864,352 864,352 00000000000000000001ae2c36e2fdb955eadb24459bdeff48e737dd530d9925 1.44 MB 3,008 8
864,351 864,351 00000000000000000001f5cc96a9558c08ea483daef4c2dbc69210f799f40037 1.47 MB 4,798 6
864,350 864,350 00000000000000000000a0f8451ca0c37ec20b3883b8c6d3a2e0ed1c06eefae2 1.60 MB 2,621 5
864,349 864,349 000000000000000000019b574251f6f66d12758cf5e65bcbd62e113c2a8b1a8a 1.55 MB 4,060 11
864,348 864,348 000000000000000000001d8e2230489ea31a727b8d49f58fd827e1d3a9682ce5 1.33 MB 2,886 7
864,347 864,347 000000000000000000002d1f5e3436e9391115963eb74158303ccc3590893ea3 1.53 MB 4,975 11
864,346 864,346 000000000000000000016510be437f74553cf9d4eb8a30abaa5983b8f82b4765 1.56 MB 5,718 10
864,345 864,345 000000000000000000006c599430a43bb34f4d672c0d69bd959fb1d0dc8d9362 1.48 MB 6,590 13
864,344 864,344 00000000000000000001a49f548921804943b63822c60a26fb20d15c8a87f9b8 1.42 MB 5,970 15
864,343 864,343 00000000000000000000a4e18aaea037cd564e537bfc934d6c2d65715c4f7858 1.47 MB 6,019 11
864,342 864,342 000000000000000000005bcf0b15b3fe73e341350c52e962d656d1877c7e31cb 1.54 MB 5,343 11
864,341 864,341 00000000000000000002fb2a2fb20c5df10a75e78dc9ae426d3864ff7a874e09 1.43 MB 5,683 19
864,340 864,340 0000000000000000000300e47fc4af22f74a7ba5abe7ee62c82c9ef6297b3d1e 1.40 MB 7,304 30
864,339 864,339 00000000000000000002edad94238ea35e89ff4836e23df8418df87dfb622efe 1.40 MB 7,147 30
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.48 GB sent, 94.30 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.