Loading Tool

Explorer IconExplorer

Memory Pool

40,668 transactions
17.88 vMB
0.16123657 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: 98.76/200 MB

Candidate Block

Mining Attempt 796e6bb614cd6e6410772b4d0b0ee474ac99bf5b6007f5c348dd8b68a06b25e6
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 26617879a3e39e1b32dc801ffd96c548b983d3be15df78667928e761b0cd9b4e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,236
Size: 1.00 vMB
Total Fees: 0.05035184 BTC
Median Feerate: 4.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (689,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
223,529 223,529 000000000000018f71abb8908d965aab956ee138c0ccfe17134bc3ba718c248b 128 0.06 vMB 68
223,528 223,528 00000000000002a09955b7372d90bb90883f8dfaddc4a9ed68d4fff76b215b8f 433 0.18 vMB 214
223,527 223,527 0000000000000053e954200e4a2bbb409e172bcfabe302824c0c513a3b1589ed 105 0.05 vMB 167
223,526 223,526 00000000000002a1ac76b9954dfec7378d411e3b21690a1809c2307fb254f0b0 524 0.25 vMB 199
223,525 223,525 0000000000000473f3f9afcae31994b3d13d15c242825f1e1045e05ad706aef9 530 0.20 vMB 229
223,524 223,524 0000000000000413a2fad5caf855d672f57b29577ef16e2d1f336d4da582b4b1 277 0.12 vMB 171
223,523 223,523 000000000000049560f78f544742806855582c3f6caf8f2935dc95151425a31a 128 0.06 vMB 136
223,522 223,522 0000000000000381dc9882c9e4ee98c9158efe44f2ba24dc25e90709daccd351 480 0.21 vMB 203
223,521 223,521 00000000000002901b7e9e60bf00b9321edb43dab58ae9df9254109b9b216f41 18 0.01 vMB 47
223,520 223,520 00000000000000006e96146ccc2ccfe504b057cd2cfec04e507832fe470e6f12 337 0.17 vMB 195
223,519 223,519 00000000000002a15e5218063df93501323c7db64623c4cadb01923be631bbc8 407 0.30 vMB 48
223,518 223,518 00000000000000d65aed0018084b5f0911737fc4a7834b84c5b3b654380e8066 61 0.02 vMB 182
223,517 223,517 00000000000003c3ca46bef68c89a530cf646f892b48bfdc39a7fe60b8fbddca 290 0.13 vMB 176
223,516 223,516 000000000000012c4d04681a2416968351e1effd39f25566927138f8e9e74cad 267 0.13 vMB 190
223,515 223,515 000000000000044fcadf946786a3fbcd41fca4a1fb751e0b0b418bafe0217ba4 431 0.18 vMB 179
223,514 223,514 00000000000002e9047a252c9229223f49ce26d21d4d91e57041cf9da0f3283f 170 0.06 vMB 196
223,513 223,513 000000000000017cdce1dfec65e42b2058ee21cc32f7950270d4b7291c580ab0 475 0.25 vMB 160
223,512 223,512 000000000000048c31748a64ef0697b12ef3c5a2bc470be9201d929232e98c91 594 0.25 vMB 159
223,511 223,511 00000000000000c9c2907cff757d214b5aca156149264b9b9900cbc8d406b10e 606 0.29 vMB 227
223,510 223,510 000000000000043b189ad339eb766ffdca2232b856863e7facda58b56be2ad20 519 0.33 vMB 123
223,509 223,509 000000000000038d8485a7b504a53064da29dc8af80c1f767a9916fc3b64287f 595 0.25 vMB 221
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: 112.62 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.