Memory Pool Memory Pool Refreshing

8,432 transactions
3.84 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (798,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,369 109,369 00000000000176b7c48992d417f171350328acbd220419823969ee991bf251c8 0.00 MB 4 0
109,368 109,368 00000000000003952fe32de1602f80a88afdcd2618e0696dd9fc5aeaddee7d38 0.00 MB 1 0
109,367 109,367 000000000000c74c8e7b8a67d3d2c60f407ab321889fac6757118b854a51cee4 0.00 MB 13 0
109,366 109,366 00000000000113eab8bc0cc4f8b3f2e30e5c525db8be48f69b20a375c2288b00 0.00 MB 2 0
109,365 109,365 000000000000c9609b5e520dd7b36d5327163881f1174bb21bc0fe6fe014fa76 0.00 MB 3 0
109,364 109,364 0000000000008798e58b96e3457a8deb64cf099cb2a6664e66e6d8f5762707aa 0.00 MB 4 0
109,363 109,363 000000000001a8102b418770a6d6305874039d15daae8e7869369549e543b818 0.01 MB 33 0
109,362 109,362 000000000000ed6f4d07323ed602c729a883ab63b96b6549ef3282392f20b96e 0.00 MB 12 0
109,361 109,361 000000000001372f92217577c10d2d27b0cc89ea7a3523676e2e9ddcc2989104 0.00 MB 12 0
109,360 109,360 000000000001ada9442f264eb5fcc273a164eaa9cfdd7a85541d5ea0216a98ce 0.00 MB 7 0
109,359 109,359 0000000000008872449ba702b5f995176b672610a3abe5289ce674a354a88b8e 0.00 MB 12 0
109,358 109,358 000000000001c8e80a74239bd5c522d8d14c349bd0aeba92056fa46872770390 0.01 MB 7 0
109,357 109,357 0000000000015884d34c0b49d5f1495dcaaa82f767021d4c49ae272ff8e3d9ea 0.00 MB 11 0
109,356 109,356 0000000000002bd9f57f4cb79f769b13aad17139461c45460f97303f9ebd2f79 0.00 MB 9 0
109,355 109,355 000000000001331dc494446747d46e9e9ad8edba76ade0c6764b20eb4f69f046 0.00 MB 12 0
109,354 109,354 0000000000007ebdee4cf298c8d27ca4157a01242d4e0f49f8d5b32235e5a591 0.00 MB 9 0
109,353 109,353 000000000000f8350fd34973fc2b7ad8485576a041cfe8d89aad364249140037 0.00 MB 6 0
109,352 109,352 0000000000002375359a425fee2e90f6b4d5717e960e561889ebe467fcf45e31 0.00 MB 11 0
109,351 109,351 000000000000692504714cde11465dbab65eca704f265f44f98b6bb65982ea73 0.00 MB 10 0
109,350 109,350 0000000000005aabb3e1bdbdd25f6424f876458061331ebee744f1e66c710c5d 0.01 MB 48 0
109,349 109,349 00000000000163dff7bdf8b317d4bf6d9b37e22dbade68325c2bf5bba42cd16e 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.03 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.94 GB sent, 93.01 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.