Loading Tool

Explorer IconExplorer

Memory Pool

42,440 transactions
18.95 vMB
0.21561502 BTC
  • 1 sats/vbyte = 10 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 104.03/200 MB

Candidate Block

Mining Attempt 8927559a143dae0578a9181477215a24ab471afbf086d4f4ab46c1145d6c853c
Version 20000000
Previous Block 00000000000000000001065da8b03548111eb7fbe3ef470933bdf1f9fbc44d6f
Merkle Root bdedde5dc1e6d4441b33b189fb5b490d294de8133d4d8a87eb93b730116a6e7a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,095
Size: 1.00 vMB
Total Fees: 0.07598039 BTC
Median Feerate: 5.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,322 (705,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
207,901 207,901 00000000000000f770af82b983f7d111eeab3b2dac538c668fe47e9ff44b2d6c 285 0.10 vMB 195
207,900 207,900 0000000000000313b5eb3157b8167941e0317068d8befbb1a5fceb4836f08398 199 0.08 vMB 161
207,899 207,899 00000000000000e1c4e8816a4c26bbda61fea47abd066ed1ae8007b9348c7604 120 0.05 vMB 188
207,898 207,898 00000000000002c406ca029853a6267a4e6ef6d79fd865b5c0f4116fa5c6acfd 116 0.05 vMB 205
207,897 207,897 000000000000043dfe2ba32eff6c0e9902ba78f0bf80afab71ab12de1e7ad1bf 21 0.03 vMB 14
207,896 207,896 000000000000017e9cf5198cbfd2a37b67726d113183aecc366db5ea7fdbd572 35 0.02 vMB 117
207,895 207,895 00000000000002999d51a5fb63e9af58e39f3d5981348736a0958f677f1af0d3 69 0.03 vMB 174
207,894 207,894 000000000000034918305491ecf794005431d0d40303c73fc6a67f1b18a928cf 26 0.01 vMB 197
207,893 207,893 00000000000002871334f2387a9ba9e6a7f4bd2a9966c39614d01853d1897b6c 53 0.02 vMB 159
207,892 207,892 000000000000017065f7c17900854159fd90718f9aea22ed77648671127af25c 149 0.06 vMB 121
207,891 207,891 00000000000002b275b81f3e48af96db1630564768802e3467490bf231e2946c 14 0.00 vMB 225
207,890 207,890 00000000000003762565db7c7fe03770fcd1281a1aed013139de63f60fb044f0 237 0.14 vMB 139
207,889 207,889 000000000000006bc1291c1bd49cf7943264c9accdc83ecfdbeb0ba8849406fd 8 0.00 vMB 0
207,888 207,888 00000000000002db73516f937742c23a37d1a1352080b6975e23345f7ffda6d6 13 0.01 vMB 320
207,887 207,887 00000000000000ff02ddcc35ebe4e1e9481f59d974e6c25f1612a8f81f5d1840 11 0.00 vMB 181
207,886 207,886 00000000000000ed8fe9a6dca76f107fd1f2250799cbede8598f8a33eda03a20 141 0.05 vMB 186
207,885 207,885 000000000000007e71ba4987f001212fc07f236ee6436332a62e6609a1e9bd40 285 0.16 vMB 58
207,884 207,884 00000000000002e59f219894ebe8359989fb872f86efa51c6486c042301b51ba 54 0.03 vMB 355
207,883 207,883 00000000000003eb49283a1ffc48addae1c421cb91b3b0ce174964f9145458d1 383 0.15 vMB 228
207,882 207,882 000000000000012f84388991ca1260931c54eab778cc72c6b1c627159d5e4523 12 0.00 vMB 0
207,881 207,881 000000000000036547163a0c1877879c33857aac09771953ca0af147a60bb186 293 0.14 vMB 149
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 91
    • Outgoing: 10
  • Data Transfer:
    • Sent: 121.36 GB
    • Received: 0.49 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.