Loading Tool

Explorer IconExplorer

Memory Pool

14,598 transactions
5.86 vMB
0.02347993 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 35.07/200 MB

Candidate Block

Mining Attempt 009c2fbffa9273553d923c3c4b60f184904050c9c3f401204063d812f97f608d
Version 20000000
Previous Block 000000000000000000008aabb7749a6ed62d33a69524678c2e46a9362255797c
Merkle Root b6fbb9737142f0ae05d13f0b308f194d1d70bd5f5e5eb5923d1e9dc66b31442d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,045
Size: 1.00 vMB
Total Fees: 0.01347681 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,454 (706,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
206,496 206,496 000000000000018e4a82ace607cd18feab405a21d612d62d2058fa5e4092fa69 186 0.12 vMB 170
206,495 206,495 00000000000001df9f9fed0e96d351623d31efedf7c23ab594799939840bce80 87 0.03 vMB 44
206,494 206,494 000000000000047a390df45411bbcb1777bd85f7e0b287e79b48f19606efed30 57 0.02 vMB 55
206,493 206,493 0000000000000188994a6ece651c2b494057c3f5af48b9608ef164261442539f 257 0.10 vMB 210
206,492 206,492 00000000000002b3ba2c1fe4a68f3a80c6f5fee39fa9420859ff1619c6577b9d 183 0.08 vMB 222
206,491 206,491 0000000000000497e05638670f31d055f0698158b3fb27f862977b1b0212d749 156 0.08 vMB 122
206,490 206,490 00000000000004e0b5da7f285750b81443aae6a916cb1e5ac6208c76ec08d135 90 0.05 vMB 99
206,489 206,489 00000000000001ed301a555fb4a0192687a421bb9e48cce8559ca930ece6ef3f 464 0.25 vMB 141
206,488 206,488 0000000000000284a36c68f6763e56fa243859da614b07bb3afefa0f7e2503d1 149 0.04 vMB 52
206,487 206,487 00000000000004585e256ca6e3d9ae1ee8ba3c09d7619f4513e7f682415e7f88 254 0.10 vMB 193
206,486 206,486 00000000000004ceb4ae6db537f25a317bef5558774c47831b9947215330e280 606 0.33 vMB 146
206,485 206,485 000000000000025fd8c7f8447168e209ba93c6c42e2a422c57a105b92c450de8 32 0.02 vMB 251
206,484 206,484 000000000000024c85273b371d11d140d7845543c9fd47f9f94430edc921a820 101 0.08 vMB 129
206,483 206,483 000000000000015d4742f44cb1a4ce0827dbd663042dda09e2f955ee58d809ba 94 0.07 vMB 100
206,482 206,482 00000000000001914137b447306caf04ccc184e873775adcb5ab3f402ed7abfa 121 0.05 vMB 17
206,481 206,481 00000000000000d0c8b68f7f38958a36e8c4454289a9002afe271fa40ba8a05c 589 0.23 vMB 191
206,480 206,480 00000000000004c20256620264a4b200f0fa306e8c20192eb77975d33280e80b 269 0.22 vMB 134
206,479 206,479 00000000000003eee1d386e0e36b84b56986360a7c783be949cd5205b3a9b524 150 0.05 vMB 143
206,478 206,478 00000000000002559d98dbfb2f9543cdf5cee4d893587bf15e9acd8cc822d57a 5 0.00 vMB 174
206,477 206,477 00000000000004e9e3f2fe509b5d3571dfe35dbd0dfd27097640e725fe6dc5ca 151 0.05 vMB 123
206,476 206,476 00000000000004a42633e1fdbda346be7f3fbb2f82dc653f59678305aa301b73 425 0.28 vMB 162
Previous 10 blocks ↓
Total Size: 779.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 310.65 GB
    • Received: 1.48 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.