Loading Tool

Explorer IconExplorer

Memory Pool

84,221 transactions
31.75 vMB
0.09445440 BTC
Random Selection Loading Transactions
Max Size: 192.86/200 MB

Candidate Block

Mining Attempt d68752c50188f7bd733198a58fc4b84b269b637d228069f5e10aa1ea15d1f9a3
Version 20000000
Previous Block 0000000000000000000205b45d904c19e542f059cf3fc09afcf93eab418f2243
Merkle Root 354fd6fa2926d9748a4dc8fea3d2e11c30c2d4dddac5a32be68f2f9444fca134
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,114
Size: 1.00 vMB
Total Fees: 0.02476819 BTC
Feerates: 265.25 > 2.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,185 (107,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
807,329 807,329 000000000000000000030a09bc34a572cd7a864bd47f1a7bca616bac0f64dd55 6,952 1.00/1.00 vMB 13
807,328 807,328 00000000000000000000cbfa93a961c4e5bb5c30b2806955c83d26c3682a4aba 4,229 1.00/1.00 vMB 14
807,327 807,327 0000000000000000000524a26c18fb19877fd9baef361d24aefd25cee62f7b9d 5,642 1.00/1.00 vMB 16
807,326 807,326 00000000000000000002f281094add94d9364acfb18c89e9d4ac24e9df16ec99 3,072 1.00/1.00 vMB 17
807,325 807,325 00000000000000000004cf025cee100fa77ecef604ee5390a62f2fd46e123194 3,598 1.00/1.00 vMB 26
807,324 807,324 000000000000000000033aa5472849394d035d37af01c0539d63898782e6320d 2,815 1.00/1.00 vMB 19
807,323 807,323 000000000000000000029ed420886141389562df31447bfd34cac98130aa4b3f 3,158 1.00/1.00 vMB 28
807,322 807,322 0000000000000000000242d436294eb1a402b6d216b2599618521b3d0060d280 3,951 1.00/1.00 vMB 13
807,321 807,321 00000000000000000001e773bcd9163ef84a4c00b8c4f9766de14ee80e4ab75e 2,290 1.00/1.00 vMB 16
807,320 807,320 000000000000000000041cdfcae987a9a0d658ab7dd56d0d1939830f10f7ca3b 2,985 1.00/1.00 vMB 26
807,319 807,319 00000000000000000004fb35259bdc9ab7886cbf5f1cd1ff58e9f829547e3d70 2,649 1.00/1.00 vMB 22
807,318 807,318 00000000000000000001d6e31e577019b353410bde437159132f665c310c2dac 3,817 1.00/1.00 vMB 38
807,317 807,317 000000000000000000008ce66c8a9746ddc36a9cfaa33de74f74e442a9c75be2 5,638 1.00/1.00 vMB 16
807,316 807,316 00000000000000000003d41f3248369ceb6a9d34c6c0d4347e6b1f9ebb0c49fc 5,996 1.00/1.00 vMB 15
807,315 807,315 0000000000000000000223b2534fd2c7bf9ad7b90193927beac5d05c5bb03c34 3,181 1.00/1.00 vMB 14
807,314 807,314 0000000000000000000182ef53a4a92ff4f6af235c653cfe894849863a34fd72 2,774 1.00/1.00 vMB 20
807,313 807,313 00000000000000000000887c98b77cc3069d0b7571eee2b669f109a2bae24321 1,677 1.00/1.00 vMB 18
807,312 807,312 000000000000000000050e6d720bf7d8afda6e3ea56ad4170000c85e975aa8d2 3,056 1.00/1.00 vMB 26
807,311 807,311 00000000000000000000b66ca9e6b244b36432ff6e4f5aa5f3e572f03a0845e0 2,149 1.00/1.00 vMB 24
807,310 807,310 00000000000000000000e7f50199c2e188c5cd0be03b00045354a874afdb2aea 1,448 1.00/1.00 vMB 16
807,309 807,309 000000000000000000020ca1b5c7f0a4547c83b3409fb2e6d09fcbb35fafe048 2,255 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.72 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: 704.82 GB
    • Received: 16.64 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.