Loading Tool

Explorer IconExplorer

Memory Pool

41,221 transactions
18.07 vMB
0.17002808 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 99.69/200 MB

Candidate Block

Mining Attempt 81502d37b3cf96702d41b995201b03b8487120a685fdbcb0ca75065614664678
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 969b148de8036d160e1dba14d30db394bad263b5acde71a5721335bde1403aed
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,682
Size: 1.00 vMB
Total Fees: 0.05461490 BTC
Median Feerate: 4.58 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (763,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
149,525 149,525 00000000000004244eabff9791b931c925f80241d187507a1e07491a76683db6 4 0.00 vMB 136
149,524 149,524 000000000000003d3a105362c3b640884c54901458841e9f7784836eb3259e57 85 0.03 vMB 74
149,523 149,523 00000000000009a39f4b28ff368ac13e3699e1b6d4122feff093ca48438e5eef 45 0.02 vMB 55
149,522 149,522 00000000000001646c7880ac74f23f8bb3dd534a568f6bf06950f7393fae1fe2 74 0.03 vMB 209
149,521 149,521 0000000000000965b39cb3b6f5f9f5ba8d240ccfeaf61e32921b1013d63bf450 11 0.00 vMB 68
149,520 149,520 000000000000055cbdf7472d0a15b5d8412ba0b2f25f61249c13eaab2b4c5039 19 0.01 vMB 428
149,519 149,519 00000000000009e8140b12d35d14aa478394be9f7ef63d8473eed42ac9e0bdca 13 0.01 vMB 63
149,518 149,518 00000000000007aaeeecf04662259896cce2ac80b0ed1d13a9dd7d79c22c517a 99 0.05 vMB 205
149,517 149,517 00000000000005487107a10eecfdd26d78499f9e1ec03193d52750d6042e833c 5 0.00 vMB 145
149,516 149,516 0000000000000388c95260d7c3e2300069c42d2183ebab9b70bf5995ab83dd3b 65 0.02 vMB 15
149,515 149,515 0000000000000610a29088a8d8bdebd79c7c2d642cc45661660a12a88936106d 13 0.01 vMB 45
149,514 149,514 000000000000020ef6bd3388377a305a6952ff44f15e8a01efa56ccf719f2380 72 0.03 vMB 191
149,513 149,513 0000000000000a840d4d05e155ba1554c89a7ad69e105178eab9d4734c0d7ace 2 0.00 vMB 193
149,512 149,512 00000000000009e7e566380325d91bfe89fb04607ab902f05f75e00ff5831c2d 74 0.02 vMB 141
149,511 149,511 00000000000006fc1c654cbc9ac44ce3b3a152bf432167068db0bc7cedd0cfec 35 0.01 vMB 191
149,510 149,510 00000000000005e6117482a48d68a11168b55754c96dbc7c8676b22295728225 30 0.02 vMB 108
149,509 149,509 000000000000019fb77b3a1f33aed0ec1cc3a398ee5a1d1eb3d06fc88dea916b 96 0.04 vMB 255
149,508 149,508 00000000000002f5b871d2ac5e002b145ca9a110118077b24b8e3c39a169722b 43 0.03 vMB 102
149,507 149,507 000000000000067ec6ceda3a41036012b2fc0e2839408f85348a270cda23bc2c 13 0.01 vMB 161
149,506 149,506 000000000000019a5aca988276799b429f659020fa830d18f3e7d95372407def 10 0.01 vMB 64
149,505 149,505 0000000000000594876e0fd11749b56a136992e6e081d62c88c6feb6a7dbc6d5 26 0.01 vMB 20
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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