Loading Tool

Explorer IconExplorer

Memory Pool

79,358 transactions
29.82 vMB
0.11302775 BTC
Random Selection Loading Transactions
Max Size: 178.68/200 MB

Candidate Block

Mining Attempt 8ab7b4ecc3ce23f62a3387df6a7291c3e08b69798dfffb441d43910349f799da
Version 20000000
Previous Block 00000000000000000001115f152a1dc031c831cba708e9cde5f1c67ecfca11d2
Merkle Root ee6fbb4890bd561eb4dbd11ce1fa3f2c713cee1352f905fb1c9dcf1b5a8572e2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,064
Size: 1.00 vMB
Total Fees: 0.02741885 BTC
Feerates: 150.74 > 2.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,301 (465,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,238 450,238 000000000000000002b3be0f66049a380bf7fc2763008d3f9630f3a76e7cdc93 1,197 1.00/1.00 vMB 70
450,237 450,237 000000000000000001b0bd1a9344ffc491e1001d07830c8661a90963bc832905 1,861 1.00/1.00 vMB 75
450,236 450,236 000000000000000000e5954a984383ddc62efb58338985304c9e0bec27ecb21c 2,141 1.00/1.00 vMB 105
450,235 450,235 00000000000000000079c308566ccbc47eb9f50e28da84e7e4cce81b252f04a5 2,362 1.00/1.00 vMB 77
450,234 450,234 000000000000000002410a0d19fe7e6bd963fe41d91d8349aee4cad60de3db49 2,196 1.00/1.00 vMB 111
450,233 450,233 0000000000000000007990d6e4c5fd4a5d0846a17aa3d241407b01c575e26a98 301 0.27/1.00 vMB 66
450,232 450,232 0000000000000000025fffe46ea493d6f0cf712ffc89c3fcf9ca6ec701a5e451 2,243 1.00/1.00 vMB 87
450,231 450,231 00000000000000000165c142b943cf03315b0019bd62b11ddf6ddf52f77de0b0 2,255 1.00/1.00 vMB 79
450,230 450,230 000000000000000000585354cf7d0f53931d8d5be2ff7210963641b93cef69ac 1,933 1.00/1.00 vMB 74
450,229 450,229 000000000000000002b99c1cb6d951fd87a4c37866a41f58bafe7dce5c7b0ad8 2,553 1.00/1.00 vMB 110
450,228 450,228 000000000000000001e60dcf6a682e7227f81cbc6876879b244154c1f3ef7629 1,376 1.00/1.00 vMB 47
450,227 450,227 0000000000000000020da22b1e484e940bc6d3b78e1ff8a1544040605e59956d 1,655 1.00/1.00 vMB 90
450,226 450,226 0000000000000000011c469b1caa7a42363fb83df99bb9eef66a37bc081c7d13 503 0.25/1.00 vMB 73
450,225 450,225 000000000000000002206d72f00651ee3e196f91ed7d76a9e6296f88cb52a1d3 744 0.33/1.00 vMB 79
450,224 450,224 000000000000000000b4406d3a04d5b9d6e8b690093b1e7f6458cb744c54a9b8 980 0.99/1.00 vMB 29
450,223 450,223 0000000000000000008dc6d252d810e64270d865b94f5d4b6205ba0f75810c11 1,479 0.76/1.00 vMB 76
450,222 450,222 0000000000000000029ecfcacc7813145fb94119b42aa6cf2bb5a64f4673b928 1,215 1.00/1.00 vMB 70
450,221 450,221 0000000000000000029b4b055fbef2dcf5be779c0c0b7d76d7b0ccf0429b1fee 1,717 1.00/1.00 vMB 84
450,220 450,220 000000000000000001aff2137636a07b7e893e23dc441fd3c975764cbf75d907 2,077 1.00/1.00 vMB 99
450,219 450,219 00000000000000000235965878d4069edde016373632c68ac4d0bc0096571deb 1,087 0.77/1.00 vMB 69
450,218 450,218 0000000000000000017f0ef3bd9a9f0e14cacedd8e791e61ae015c4963bc9862 2,012 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 782.91 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: 714.02 GB
    • Received: 17.50 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.