Loading Tool

Explorer IconExplorer

Memory Pool

76,774 transactions
28.74 vMB
0.06779414 BTC
Random Selection Loading Transactions
Max Size: 174.13/200 MB

Candidate Block

Mining Attempt e79522e9c893e69beb9a43e81caaeb0cf151b02317cbae39f6ddea6846414f08
Version 20000000
Previous Block 00000000000000000000e77986292dbc09ac5349d11628448e2144e30f8f2f64
Merkle Root 4f473747012ffc42d28b815ec5188c709a98e2af77378c8ada8dded41f62a651
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,587
Size: 1.00 vMB
Total Fees: 0.00797649 BTC
Feerates: 40.21 > 0.80 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,155 (438,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,530 476,530 000000000000000000725fcf3f8df9b57042aab1ebc7b07db1728035faa450a9 2,172 1.00/1.00 vMB 250
476,529 476,529 0000000000000000000ca67e350301cb68d5e012f9da72359ce63843c7cf75dd 2,006 1.00/1.00 vMB 90
476,528 476,528 000000000000000000b6499eaacb0cf807d9231c2995a4e262f2ee98898c9a13 1,918 1.00/1.00 vMB 63
476,527 476,527 00000000000000000159ee91aa8d8bb2bf59d8c6c681c7e08a45586106b6ea00 1,923 1.00/1.00 vMB 202
476,526 476,526 000000000000000000cfe3b79c878cf3fbf89aae081fb63c107e4750f24b9dd2 2,285 1.00/1.00 vMB 39
476,525 476,525 000000000000000001257110ab610314c2978aa53da71b5d236e956389408b9a 2,049 1.00/1.00 vMB 50
476,524 476,524 000000000000000000a3d6e91a7d6118f7bdb2226db3f3c154ae4ce990a5d80d 2,076 1.00/1.00 vMB 144
476,523 476,523 00000000000000000133e62fe34bb2c3b4036c9c80fbe61660f899fc0d534aea 2,328 1.00/1.00 vMB 195
476,522 476,522 000000000000000000c030919b8fc68f15f49e81ed68427ce4772d09a8927c6e 1,932 1.00/1.00 vMB 122
476,521 476,521 0000000000000000013639b464b218ccbc5a9f3046a58ac3534da99cec2e4ce2 1,343 1.00/1.00 vMB 150
476,520 476,520 0000000000000000001a29af4f445b15619fcf8813b3a680c970d6b39f9ad374 1,019 1.00/1.00 vMB 141
476,519 476,519 000000000000000000aff86388540d6e53e470db04ee00ceccbcc94527410ea9 2,295 1.00/1.00 vMB 222
476,518 476,518 000000000000000000783f29a746d91f73f823bfcf05a0df1cf84685c40e79c0 1,695 1.00/1.00 vMB 167
476,517 476,517 00000000000000000033f6af988a7795dbf0cf1ea7a56dd5a68defb9c4471c4f 1,772 0.99/1.00 vMB 199
476,516 476,516 0000000000000000010c19ac281e3c16cd40bb15e226a03cb2b2a530451c36a8 1,851 1.00/1.00 vMB 81
476,515 476,515 0000000000000000004aec1e32fb6b4ec221e26ea4e2382e4ab729d13391b036 1,773 1.00/1.00 vMB 175
476,514 476,514 0000000000000000014739b3d592b90aff01be560b7d23f093279d464a60e657 1,512 1.00/1.00 vMB 81
476,513 476,513 0000000000000000000073d8081127cba9fbba3284fec0fd99c75a061f4f4f30 375 0.20/1.00 vMB 196
476,512 476,512 000000000000000000c41367ebf47ba30e09c008b2e525ba27d1952c6b6600a5 2,027 1.00/1.00 vMB 41
476,511 476,511 0000000000000000004c4b093ef60a1198dbb9f92df66b7bd10e915d19fcd474 1,316 1.00/1.00 vMB 44
476,510 476,510 000000000000000000b90b0b4cb250642a457b027578d23a8e4305261087b417 1,654 1.00/1.00 vMB 139
Previous 10 blocks ↓
Total Size: 782.66 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: 673.06 GB
    • Received: 16.36 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.