Loading Tool

Explorer IconExplorer

Memory Pool

27,251 transactions
8.54 vMB
0.07839867 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 53.22/200 MB

Candidate Block

Mining Attempt 5bdab05f3edc969aebf794d3578e9dd4888002cbe7bdf765ece420f4e5a5b28b
Version 20000000
Previous Block 00000000000000000001fec00cda1775f8025024444a7265a2914c71c473dfe8
Merkle Root 4269661e8a7eebc194ceb3d0907d791050c7f01a3c67bf5357a6364417ae45c1
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,009
Size: 1.00 vMB
Total Fees: 0.03079346 BTC
Avg Feerate: 2.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,998 (651,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,013 261,013 00000000000000183db9374c6fc869fbe6a1b318dd7185ac6682920019273ce2 0.03 MB 77 103
261,012 261,012 0000000000000008417c743acd397423aa21f9a77c17848814edb9e889c3cccc 0.11 MB 250 105
261,011 261,011 000000000000000e92492ba6fa76e330f778b1278aa17a7af0bf8771db5caf48 0.02 MB 40 191
261,010 261,010 00000000000000187bcabd16ef549fed3c61bfd4c0d72eab0d8ab6fb28b9a189 0.05 MB 123 81
261,009 261,009 0000000000000006210fc30b11dbc964ab10e34f25f5a15e524b7963bb6a307a 0.17 MB 479 66
261,008 261,008 0000000000000009dd19505c6176b186f18c8d45951b8cbd9059e6fab4bf8016 0.09 MB 214 95
261,007 261,007 000000000000000576e94b1afd22217be53ffa21b06313bcc55443efb06b1170 0.68 MB 965 71
261,006 261,006 0000000000000009da987d71feaae0b402be79e185a363627ea0136fd968e7d7 0.25 MB 456 113
261,005 261,005 000000000000001c4a867010775944c739167d8953543d10745e0db76add97ec 0.25 MB 484 124
261,004 261,004 0000000000000013f52eaaef5f792a42f3fb7910e1a53063d2725ff1b5fd5e24 0.05 MB 98 93
261,003 261,003 0000000000000018e4bd27c7996aff1def2a04aa43e79bd8c200ecac62ff77f3 0.02 MB 40 94
261,002 261,002 0000000000000016032656f198b1fad1d7b98ea3e30b3a7e5e23492e59c36a2a 0.06 MB 147 130
261,001 261,001 0000000000000005513af2463d56c5c0b8d823eb5bd1da06dea8cb8891a4be0e 0.09 MB 204 124
261,000 261,000 0000000000000004752a2cd32b73e7aa15d5e975eaa3d1cad6ae5dbf43080beb 0.09 MB 235 143
260,999 260,999 000000000000000411b17c2cd0d84da745e14062f6b655b7911d70bd93ef7262 0.09 MB 184 100
260,998 260,998 000000000000000c361ca776e28a3fe23d5d48dfc41c46a21ad931f82a302285 0.01 MB 26 90
260,997 260,997 0000000000000005c0b897885a48194835f0ae07c1294bbf4ca6a7e4d989f915 0.22 MB 250 76
260,996 260,996 0000000000000017bcb70ae5056828c262946826bf81248619f2ba32db04e1ce 0.21 MB 270 82
260,995 260,995 0000000000000009251804a13657e177f06a73c43838196c9989ec0706404d71 0.25 MB 683 182
260,994 260,994 0000000000000003f366a3179664ba07461918fcedf2c8634c825935c721a700 0.06 MB 134 133
260,993 260,993 000000000000000db885a7f6e2087f45b698a4b67a751f31eed0bd9923a58394 0.01 MB 21 97
Previous 10 blocks ↓
Total Size: 778.84 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 380.49 GB
    • Received: 3.42 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.