Loading Tool

Explorer IconExplorer

Memory Pool

36,733 transactions
16.55 vMB
0.10214562 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 90.51/200 MB

Candidate Block

Mining Attempt 2b9e1b009667a68d38dca998cf9b479259c6ad877eb5b466b58e60fc0053fdcf
Version 20000000
Previous Block 000000000000000000014742431c4036be86ee2810d8394b1b30e3cfd5be68e3
Merkle Root 6364c15c778942339ddf8029830b312a3fa78718af543aaeba2f8cefc833b3d7
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 222
Size: 1.00 vMB
Total Fees: 0.02044797 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,334 (699,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
213,904 213,904 00000000000000979b3b60e28d08309d4a1d0a3c0eee2696c6f6d6bdf3b6d210 193 0.11 vMB 134
213,903 213,903 0000000000000100cf809e651ac31e987343da8294bad57f5b2472c0701a1eac 450 0.21 vMB 159
213,902 213,902 0000000000000465137a5daaa13bdfb45a0729711bf216e1803ac07c0a5f0571 474 0.23 vMB 151
213,901 213,901 00000000000004639ae126f23965e5a02613898e6c9982a69b1feea259324da3 570 0.25 vMB 161
213,900 213,900 0000000000000331baf19f701170a77f732ca1d700c2a6cdbade3d15376ed08b 13 0.00 vMB 211
213,899 213,899 00000000000004d215e89c65457ccbaf229556b81a89621d15a3ccf3f8869ffe 661 0.42 vMB 145
213,898 213,898 00000000000002cb16c361fa63af21aaad545d3008f1942d0cbdf141aada73d9 365 0.16 vMB 132
213,897 213,897 00000000000004ea71e3a909c8574e924011ddc1686a5f49ebae89c1913b11b0 568 0.25 vMB 169
213,896 213,896 000000000000054db0e5e921511ee2b274add1449143aba436e10bc1f9079f57 497 0.20 vMB 181
213,895 213,895 000000000000058c1804ff24a4b0d50b8a306c3b580bdc6d4220c6a0a4ab2ceb 76 0.25 vMB 101
213,894 213,894 000000000000032a13274a364ef233ce9870488d50d6548ff380fb6768e66f35 704 0.25 vMB 239
213,893 213,893 0000000000000263d42ebc4610fa5499ea2faa96eec630a650c24e4bc1f135ce 338 0.16 vMB 167
213,892 213,892 0000000000000020a67060985c736ac85e99aaeaf93b3b1c571980ee70e8f744 504 0.20 vMB 388
213,891 213,891 00000000000002fcb5d5a478ab73b2212a030f3054bd880950d105cd299f2b77 103 0.05 vMB 63
213,890 213,890 000000000000018590835abf5fb61916270583195740a7be6658cbca831c8510 428 0.25 vMB 124
213,889 213,889 0000000000000342e19ab9146a5ab891454cf9d76507e289aa3e57972633db95 579 0.25 vMB 277
213,888 213,888 00000000000002739988feebeac0bec58db90f04ac5a38dbc182ab754fa664e0 225 0.14 vMB 114
213,887 213,887 00000000000004a7e7125160f22720b2238d74fb1569cc322710dba4757103f4 583 0.25 vMB 196
213,886 213,886 00000000000003a4fc180e1268cfad3aef5cb25919bf535986584677db04bd33 301 0.11 vMB 194
213,885 213,885 0000000000000328e9eeb567a9b12c92f8c73e3c52eb5557c80947c0fd5ceeb5 740 0.32 vMB 254
213,884 213,884 000000000000032a1b64c9cb5fa12ae1fedc6f607e6e8b832b457b8494aeac7c 370 0.28 vMB 153
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

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