Loading Tool

Explorer IconExplorer

Memory Pool

85,427 transactions
33.09 vMB
0.16123434 BTC
Random Selection Loading Transactions
Max Size: 197.02/200 MB

Candidate Block

Mining Attempt 63b9a0c011adf984f1ba537a35df1487977af82cc19146f8294596a0a9a1f5b1
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root d2517c210d49d7888328005fcfc00f2189f527fd272adb6dae275c0010e44f1d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,566
Size: 1.00 vMB
Total Fees: 0.04984767 BTC
Feerates: 318.30 > 5.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (386,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
528,410 528,410 00000000000000000012f72a5e93cff828d302766dc5ee4e8df040053354cf99 282 1.00/1.00 vMB 25
528,409 528,409 0000000000000000001d64414e08c96ab8cfc63de8413d9d967e2d88d717cff9 1,643 1.00/1.00 vMB 80
528,408 528,408 0000000000000000000b333ca04b01040fb019e7a4e727cd21abf38ce1fc1fdc 2,027 1.00/1.00 vMB 104
528,407 528,407 00000000000000000008fbaa6aba0018123638867dd79462bd5bd77338a214e5 585 1.00/1.00 vMB 37
528,406 528,406 0000000000000000001d696e16396f5f12790abfd5ec2f40eb0ef695e4a09317 2,991 1.00/1.00 vMB 99
528,405 528,405 0000000000000000002da02fc2182fb38f5d2862bfaf39a45ac0ff7fa19af9f1 2,512 1.00/1.00 vMB 150
528,404 528,404 00000000000000000004e1542d288e48d918b9f8ab5e9c17eb4a6645e2a9033c 2,722 1.00/1.00 vMB 160
528,403 528,403 0000000000000000001ce1d29eeaebca8858953c1c20a2a7103261424114416e 863 1.00/1.00 vMB 49
528,402 528,402 0000000000000000000c1208b515e098fa2e816c0e20aa378e070cf47f7fa145 1,931 1.00/1.00 vMB 32
528,401 528,401 00000000000000000025e4e68886d10a4c0cecd81314541f9c43504ca641f06b 1,938 1.00/1.00 vMB 74
528,400 528,400 0000000000000000002c9f7f38debabeff63e1deef34a05a3ce4677c4b7f0c3e 1,894 1.00/1.00 vMB 108
528,399 528,399 000000000000000000072da9fe5b0fa617925a62873d8fbb1bf06b8d4bb9c68a 2,168 1.00/1.00 vMB 88
528,398 528,398 000000000000000000023cee155ef9cd8612bfda0150214fa67283c4872c1953 2,353 1.00/1.00 vMB 111
528,397 528,397 0000000000000000000ec37ba40f00967c2c8d235213bb085800c1255f4aac4c 2,843 1.00/1.00 vMB 206
528,396 528,396 0000000000000000001eb06c3ed16694be82960cef3e9ae3954d6f57d884cc9a 2,310 1.00/1.00 vMB 103
528,395 528,395 0000000000000000002e4e39066d96c29547217b78032535924852a79df1a8d8 302 1.00/1.00 vMB 101
528,394 528,394 0000000000000000003164511e7058b4c79db5e01400903d0f677e1f539887e7 453 0.97/1.00 vMB 111
528,393 528,393 000000000000000000109101a5896fd90b442f462df50c4da5a526451db664df 580 1.00/1.00 vMB 118
528,392 528,392 0000000000000000000d6efc0e0d954cf7b2939266f7b724c3503e8295e4e950 1,525 1.00/1.00 vMB 131
528,391 528,391 0000000000000000001eda7f494d0a6bc40b5809daa1a53100f866ba413dfdb7 313 1.00/1.00 vMB 107
528,390 528,390 000000000000000000222bce16b77998f34bd05a1bfe6de2248767f66c978b7e 2,914 1.00/1.00 vMB 166
Previous 10 blocks ↓
Total Size: 783.00 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: 718.86 GB
    • Received: 17.97 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.