Loading Tool

Explorer IconExplorer

Memory Pool

83,292 transactions
31.24 vMB
0.09278000 BTC
Random Selection Loading Transactions
Max Size: 191.60/200 MB

Candidate Block

Mining Attempt 13b1aa94db343a6b9b252d1f6155623a9e57e987dedc76c75f151f6abd257b72
Version 20000000
Previous Block 00000000000000000000b7ed4bcc09a1ab3389cc1da6d37b94493a2f9a8472a1
Merkle Root 64cf8daa26a4ea62b1f77c1721b4f63c4988914f6b4ca9d28d1270b3c7ff4df5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,392
Size: 1.00 vMB
Total Fees: 0.02226655 BTC
Feerates: 114.60 > 2.23 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,223 (125,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,499 789,499 00000000000000000002a80f9f82493f58622d53fe6d3d0fef950a78eebe04cb 3,063 1.00/1.00 vMB 158
789,498 789,498 00000000000000000000a22a18959a1daea9df1ae8ae0067cd32a092a90c8074 3,552 1.00/1.00 vMB 48
789,497 789,497 0000000000000000000154821d9bffeb973b05ea599254b3b08478262679baa9 3,791 1.00/1.00 vMB 51
789,496 789,496 0000000000000000000354af4674830e7f4104ebe3651b725a311c6972ff9a0d 2,651 1.00/1.00 vMB 81
789,495 789,495 0000000000000000000417790235673e50ac836674c712efb2ec3f347aca9faa 3,445 1.00/1.00 vMB 59
789,494 789,494 00000000000000000005caae329e9e0cc5ff04309252246813e8f75276ca1987 3,569 1.00/1.00 vMB 117
789,493 789,493 00000000000000000000b9faec0b766bcd6e8a3cc76ed678716c7e9572f49ec5 2,923 1.00/1.00 vMB 109
789,492 789,492 000000000000000000037758c285eb7bed9afef21d01ed3c882b24e2c5c84c34 1,605 1.00/1.00 vMB 29
789,491 789,491 0000000000000000000134300c61679480e5738c61c9020ae8761e58129699ff 2,593 1.00/1.00 vMB 71
789,490 789,490 0000000000000000000410ccbbac829d9165fae3a693da7e79ffbc1a24673934 2,944 1.00/1.00 vMB 42
789,489 789,489 00000000000000000001ae817819c580fb418b6f17b3e65a6a8054b7a1542ffe 3,156 1.00/1.00 vMB 44
789,488 789,488 00000000000000000003bd2e7f95a07ea6b65326d218319b4dec7164d1ab916f 3,343 1.00/1.00 vMB 70
789,487 789,487 00000000000000000001bbd4dcbddffa329db40570ed6d9c96ed3427df43ff1f 4,136 1.00/1.00 vMB 60
789,486 789,486 000000000000000000030eddd8f163e4e8d7442732adc9c205ec4755f84cde70 4,276 1.00/1.00 vMB 47
789,485 789,485 000000000000000000054d6334e71cb5474440183817fc132567ed689a4fef7d 4,630 1.00/1.00 vMB 45
789,484 789,484 00000000000000000004fef25c2f9daa2dc72eab734fd9e8a9b12fc53b3cc260 4,622 1.00/1.00 vMB 54
789,483 789,483 0000000000000000000185ecd1274ae9b37bc78070ced591742bc670b749e2f9 4,719 1.00/1.00 vMB 58
789,482 789,482 00000000000000000005308459d19d318e6c42272148a6f71054ef745155baff 4,517 1.00/1.00 vMB 43
789,481 789,481 00000000000000000001369da6e8a7ac9c638b9e0bfa39ee0eb7fc8d9b3d1f3d 3,879 1.00/1.00 vMB 42
789,480 789,480 00000000000000000003f580d739db02514247871c4ff564687ae36308c21e3a 4,504 1.00/1.00 vMB 44
789,479 789,479 00000000000000000003ccc653ffeb39b50e9e04b2f0b3702783c7639d8822ab 4,823 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.77 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: 709.43 GB
    • Received: 16.91 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.