Memory Pool Memory Pool Refreshing

2,851 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.79 vMB 2,847 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (589,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
318,119 318,119 0000000000000000244317b3e9882deacbd2e548093cd0259d174997641f5147 0.13 MB 241 27
318,118 318,118 00000000000000001f1c023df24bece678182e21a73f493d8316d62ee78895ae 0.34 MB 619 31
318,117 318,117 00000000000000001d6d01353d1de6a54da5e56031ad87f7b10a9af79892b151 0.35 MB 715 33
318,116 318,116 00000000000000000dd614ab129457c174460d3bb429cfa99f945701a7c733c2 0.51 MB 935 29
318,115 318,115 00000000000000001c3793489ba2ba280f65acdb50331679bfa87d14eaf4ec23 0.08 MB 149 28
318,114 318,114 0000000000000000183048f952f1558878aedf834427fcbad71b3634ea6d39e2 0.26 MB 514 29
318,113 318,113 000000000000000006d263bf11f7227e4812b148cad322b2107f5d9e9c122c52 0.01 MB 32 38
318,112 318,112 00000000000000001724f73ff2a7d5e500f9adf22e964ad43078deeb5303fa19 0.19 MB 359 26
318,111 318,111 00000000000000000c572e49a5fa6a4b03582f44f273a4bb36069156b0196d51 0.36 MB 852 39
318,110 318,110 00000000000000001526fa7c9c328b2b18d13d7f3663035172ba73838a93eb80 0.12 MB 217 24
318,109 318,109 00000000000000001f4ac34f3b63549445447b57ead31eaf250f3d3504707d96 0.22 MB 449 28
318,108 318,108 00000000000000000ae22cbc8fc4e638cf7ad73b5c01d0061925c1f4982c2624 0.12 MB 269 30
318,107 318,107 00000000000000000434474dcb91c7b9442d260f242e2f22bdf7c23f67dfdacb 0.26 MB 510 27
318,106 318,106 00000000000000002488a6d36bed199f93064b3cbc2d15e46107cc48f9f855c1 0.42 MB 891 28
318,105 318,105 00000000000000000264c20111fe78007c71794817b0c4ef414c6bbc089b7b1c 0.43 MB 356 17
318,104 318,104 00000000000000001ff637b154548a10283a64f9010cdb6e587501af7a23b707 0.19 MB 512 35
318,103 318,103 00000000000000001f3d19a62d5712d6d24ca94a05a803af925fe80e176e073d 0.35 MB 911 39
318,102 318,102 0000000000000000245b90f761a4ae4d4f022723535e145ca0dffbd00cf97de5 0.02 MB 64 21
318,101 318,101 00000000000000001f7c098eb7b0031a28261892361ff2adc582b368e1c1adf2 0.01 MB 26 26
318,100 318,100 00000000000000002a18738c6594b89983e3e549c2fbd1634a461576ca65b66b 0.25 MB 290 17
318,099 318,099 00000000000000001b7494940cbafc420742a4cbd19258eefdd60fab4f1735e2 0.25 MB 468 26
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.56 GB sent, 94.33 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.