Loading Tool

Explorer IconExplorer

Memory Pool

35,777 transactions
25.56 vMB
0.05728649 BTC
Random Selection Loading Transactions
Max Size: 130.70/200 MB

Candidate Block

Mining Attempt 8ac8e111f5bb1efd4338b87364743dd5652b830c08ffac33f2fa153c8919a9d1
Version 20000000
Previous Block 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3
Merkle Root 7f38b06d9370f4e6ba4196956a02850f98bada88a2d4f476d3795c862e5eb3e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,874
Size: 1.00 vMB
Total Fees: 0.01084509 BTC
Feerates: 508.49 > 1.09 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,670 (832,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
82,265 82,265 0000000000472086522539a542e9342a22b38e54adb64efd30161c611f2701ea 3 0.00/1.00 vMB 0
82,264 82,264 00000000002606114a21a849212c2caf7ef3d9618d99193b2f68b46e83cc1eae 3 0.00/1.00 vMB 0
82,263 82,263 000000000020bf85f7bbcdab3da6f130d4d7402b1a433486f0ee63f52b66676a 1 0.00/1.00 vMB 0
82,262 82,262 000000000027bc97297937665938d96d82fd2156530bd82ec72015734bdd2f41 2 0.00/1.00 vMB 0
82,261 82,261 00000000003c0bef349265e9bcf23356ae3fb4d3eb7306bad9bbff1cca43d7d2 3 0.00/1.00 vMB 0
82,260 82,260 00000000000ea1f8599e01f103eef4ef616afbd05ba6fc5b30589a8db7efcae6 1 0.00/1.00 vMB 0
82,259 82,259 0000000000093ed8d185b95ce7d2c1860e1f8de19bee8b01caa80bbb1ced6cf7 4 0.01/1.00 vMB 0
82,258 82,258 00000000003200885f15792ad3192f528a4223c9672b13a3ea9174e927fffe8b 1 0.00/1.00 vMB 0
82,257 82,257 00000000000da9d7a957055b4abe623f1f0d95ae1f512cb870c4d6cd55c73abc 3 0.00/1.00 vMB 0
82,256 82,256 0000000000101d0bc3191365921dc897530a01000dea2f67bd4739c912f07cec 1 0.00/1.00 vMB 0
82,255 82,255 000000000003db57b7c9e6285c86b804ed25c87d3d091bb7f7531ff01385df4d 5 0.00/1.00 vMB 0
82,254 82,254 00000000001f4149bef46a2d511e11529fe195a2f52c0015bc5ccf8a3c0fb834 4 0.00/1.00 vMB 0
82,253 82,253 000000000005ab8b11831ddaca9a035704f71a273cb7974b37f3f8a2bbf21d83 5 0.00/1.00 vMB 0
82,252 82,252 000000000018381458ea8ee6448df0a3453f47fb5ea1e88ecfab146f34b4da72 6 0.00/1.00 vMB 0
82,251 82,251 00000000002330e2445a15c8d81078247ce691178868e0fc9c06eda508a0370f 3 0.00/1.00 vMB 0
82,250 82,250 0000000000138be03f0550222e22fd506a738b9a257e6571219e87b079101aa9 8 0.00/1.00 vMB 0
82,249 82,249 00000000001377099a0e8ea47f6aa0b68475b4b02f02a96de37da83d70787c0e 4 0.00/1.00 vMB 0
82,248 82,248 0000000000348e3d79b643ce021cc2a26ea2ab7f90e6b84d641541df55b4e910 6 0.00/1.00 vMB 0
82,247 82,247 00000000002dcf422b48cc2d1b839e843ffeb428ce35968961fe0e08b23ebd30 10 0.00/1.00 vMB 0
82,246 82,246 00000000003fd9c01ed1051119a850794fbc358683e91cd61640eda75ca272c2 10 0.00/1.00 vMB 0
82,245 82,245 00000000001f203fc331978a99135f6eaec022e60580e56fb36b5a3a86143c3a 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.81 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: 634.89 GB
    • Received: 12.27 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.