Loading Tool

Explorer IconExplorer

Memory Pool

79,152 transactions
30.16 vMB
0.08682364 BTC
Random Selection Loading Transactions
Max Size: 183.88/200 MB

Candidate Block

Mining Attempt 0cb746c7766ea7eaefdd702c0f6d8a60f7757373a8c7a12ed982eae5339805d9
Version 20000000
Previous Block 0000000000000000000101871320b03e985d1fe251f64570b52ca66c6e1a41a8
Merkle Root 316681a2b9c9dc5810e93fde7e34ae2d5a9e43c76f9dc0967373c9f51d70a737
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,456
Size: 1.00 vMB
Total Fees: 0.01965669 BTC
Feerates: 73.20 > 1.97 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,397 (444,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,527 470,527 000000000000000000bd2ac5aae84455b1d86789ce72a22223115ccbb3cd295f 2,243 1.00/1.00 vMB 414
470,526 470,526 0000000000000000001aaaed64d5075ec6536554ec0638d144e0ee6b5ca41fb0 1,885 1.00/1.00 vMB 313
470,525 470,525 0000000000000000008bbe72c42010b47230661d025b3721cd5706e5f4de2d8d 1,921 1.00/1.00 vMB 112
470,524 470,524 000000000000000001623101766905afb6f18c77997807badc1b215b91b338bb 1,670 1.00/1.00 vMB 252
470,523 470,523 00000000000000000091e1b9d9d3ae60c1c19d57977f449d8c8dd7fc8eb485e6 2,418 1.00/1.00 vMB 392
470,522 470,522 0000000000000000003afcb422cccc3c272412631650b0a566a5ed5972e28edf 1,821 1.00/1.00 vMB 191
470,521 470,521 0000000000000000004c796a453cc45a277e1813e2aebf56ad6768b71aa43e96 2,129 1.00/1.00 vMB 243
470,520 470,520 0000000000000000018a0cca00a299af1273fb8673c7f3f0be83a2fb432c3ce7 1,814 1.00/1.00 vMB 296
470,519 470,519 000000000000000000d1f725977209fa767affaf6c6b1cd43aadf9f6b61abcec 1,758 1.00/1.00 vMB 301
470,518 470,518 00000000000000000114cba6ad311c9fa311fbbeaa32262a80c609c657eaf771 2,316 0.99/1.00 vMB 340
470,517 470,517 000000000000000000fd0be9c60540c159baf6b9bd9cc873c42d66f54fa76fa9 2,350 1.00/1.00 vMB 411
470,516 470,516 000000000000000001334ac8f88e3db9436912d35f1846d1e3338af2e42a5773 2,562 1.00/1.00 vMB 447
470,515 470,515 000000000000000000e32f9305850d9e6d002be260fe16d91359ddc98bf85041 2,610 1.00/1.00 vMB 479
470,514 470,514 00000000000000000088d1570ba0226a794efcffff86b98c47fd07a2e1a416ae 1,120 1.00/1.00 vMB 474
470,513 470,513 0000000000000000019aa92df824385d9ef4f38f832e70ace635f3555683f3bd 1,649 1.00/1.00 vMB 332
470,512 470,512 00000000000000000190d609a3396f472f6e0f2f498e19563f153ce8cbd3e8b4 2,509 1.00/1.00 vMB 468
470,511 470,511 000000000000000000c8fb2aa9f3640cca18aa31e06c98d185158776c1e6a04f 1,957 1.00/1.00 vMB 414
470,510 470,510 00000000000000000173fc6fd47b2da6aaac6c15be8cdca71f382ac2dcd154ca 2,025 1.00/1.00 vMB 247
470,509 470,509 0000000000000000005beefe167b71be7f826d8d494f80b7c289ef8dfc8676aa 783 1.00/1.00 vMB 196
470,508 470,508 00000000000000000191d894a46c561a213499756206d6026c338aefc43d7a3d 467 0.99/1.00 vMB 117
470,507 470,507 000000000000000001815f4c3fc1b3cabb929d9343e8294644b54e87217efa62 1,738 1.00/1.00 vMB 317
Previous 10 blocks ↓
Total Size: 783.08 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: 721.11 GB
    • Received: 18.34 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.