Loading Tool

Explorer IconExplorer

Memory Pool

82,507 transactions
31.13 vMB
0.11932424 BTC
Random Selection Loading Transactions
Max Size: 183.13/200 MB

Candidate Block

Mining Attempt 61705f2f0cc2d86bb6620a47f4c63952280895b1b8cb6906f66cb2c71af94967
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 1de17cb6438f8e504aaa5ea061d449fe7b3f17a81942d3234647145825dce9c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,718
Size: 1.00 vMB
Total Fees: 0.04055816 BTC
Feerates: 150.77 > 4.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (237,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,329 677,329 00000000000000000000d81ef2013f9ebb658f4ca2cb5a9e618842fcb327b046 1,767 1.00/1.00 vMB 80
677,328 677,328 00000000000000000006cfaac24cb441aa59ea0ec88016f696405690f11a8186 2,677 1.00/1.00 vMB 90
677,327 677,327 0000000000000000000a361bc03dfe02c946c5c1adb5fe495a0d6f71a3ebe3f4 1,780 1.00/1.00 vMB 46
677,326 677,326 0000000000000000000c13c47bc4f04a9404bd8f23db4044d7aa3becdf6c67ab 2,392 1.00/1.00 vMB 67
677,325 677,325 0000000000000000000b1eb44dd74731c2b4e3ce320ac892bdaaf11052c2af91 2,806 1.00/1.00 vMB 52
677,324 677,324 0000000000000000000ab1ca3cb00a888a60ddfb5ad1d2c8cd4e3634374fd1bd 2,832 1.00/1.00 vMB 73
677,323 677,323 000000000000000000057325f49679a7db989471bab1969ed5fe8a5fe0a70b87 2,283 1.00/1.00 vMB 67
677,322 677,322 0000000000000000000c1f64b718da1f92ce4dfbefb3ddcc8913895f31d38c4c 502 1.00/1.00 vMB 71
677,321 677,321 00000000000000000000a0a8cb91798342b5f075fdcb28560487e65eb26a64d6 2,662 1.00/1.00 vMB 76
677,320 677,320 00000000000000000006543c4f81dc743adcca9b73f37f731ba18bfe1520353b 2,285 1.00/1.00 vMB 74
677,319 677,319 00000000000000000000d04a7ce92cceb12f7d9934a07dcf89a7198cba47c53b 1,119 1.00/1.00 vMB 72
677,318 677,318 00000000000000000009e4ddb56eca392129855d1604763c5c5245a74369799f 2,637 1.00/1.00 vMB 85
677,317 677,317 0000000000000000000c7b556e9a2c40cefa17ad58d91749f95382b97c39e0ec 2,373 1.00/1.00 vMB 73
677,316 677,316 0000000000000000000267dd532b13ff36dd76f7cd04206031153ead310fb435 2,256 1.00/1.00 vMB 82
677,315 677,315 0000000000000000000890c9fc5ca5052981cbbd63d75a5205ca7dedacc9d81a 2,102 1.00/1.00 vMB 86
677,314 677,314 00000000000000000002c69813e490d5de26691c8702c5e0d36d5acabdea92b0 1,658 1.00/1.00 vMB 86
677,313 677,313 0000000000000000000b2939b4c9eb9ee12aac0f1f010fe4594b0785aa2126a9 1,829 1.00/1.00 vMB 101
677,312 677,312 000000000000000000091c432351562665c5b50effe2b9459a60f548ffc5d1c6 3,152 1.00/1.00 vMB 110
677,311 677,311 000000000000000000067c965819bc9dc0ca5a768eb325918395abec949cb311 2,174 1.00/1.00 vMB 68
677,310 677,310 0000000000000000000612fb7b15c49e58a47476893abb2950da62bd3b11bb42 2,701 1.00/1.00 vMB 93
677,309 677,309 0000000000000000000b912a3daf6a039b2958fb5e686e03b5dce8ad99cb841d 1,977 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.52 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: 668.77 GB
    • Received: 15.57 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.