Loading Tool

Explorer IconExplorer

Memory Pool

79,324 transactions
30.75 vMB
0.10810045 BTC
Random Selection Loading Transactions
Max Size: 180.44/200 MB

Candidate Block

Mining Attempt cc5d46766be0ebf0d577a969c2226df75550da754cf28e95aeaeb41928cd4bd7
Version 20000000
Previous Block 0000000000000000000021f3a956650a7471edcad1ab0779099a4375c55a0f91
Merkle Root 94002deff9ee3269b9ce7be03d4f8321a99db59a5f0af7eb857af9a1911b2696
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,841
Size: 1.00 vMB
Total Fees: 0.03444789 BTC
Feerates: 201.36 > 3.45 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,058 (617,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
297,382 297,382 00000000000000000c0437f9c26640d0b0c5210142df91f98028033f92c3c8cc 690 0.35/1.00 vMB 31
297,381 297,381 000000000000000028181d6b0fd70114ce1330de375e2db7f1932d5e812ad580 256 0.46/1.00 vMB 12
297,380 297,380 00000000000000009c2597175345ca6458108d9704eadcced4df793c2b6be02b 1,901 0.92/1.00 vMB 34
297,379 297,379 00000000000000006a948fe8ef00e54455c3837deeacdc077158bfddaf3861d8 88 0.15/1.00 vMB 14
297,378 297,378 00000000000000008bbd93aed7921837528eaf6aac4ab56e08da54c95ca95661 528 0.25/1.00 vMB 40
297,377 297,377 00000000000000003f13ba862846f3d2f3d305f6fa351719a86ecfb6bec870be 165 0.10/1.00 vMB 28
297,376 297,376 00000000000000002b9bbbe32621e8251c907c303ce55f9c1e5104dd863c6357 1,439 0.86/1.00 vMB 29
297,375 297,375 0000000000000000993617f0bd240c54cbf27d31aa9cfff55d03e6d3a1d208a4 602 0.35/1.00 vMB 22
297,374 297,374 00000000000000007db85b27d3fc5c946b2c85c4eb1397a5b278809f2f767ae4 1,017 0.35/1.00 vMB 53
297,373 297,373 00000000000000002f73cb15b4281209e1549f7e58c0c70ecd90e1e82816b622 740 0.46/1.00 vMB 29
297,372 297,372 00000000000000005d208f7bd9509ce1f332051eec7371dc148a81a01062bcae 1,098 0.85/1.00 vMB 29
297,371 297,371 00000000000000006e9d65cf0e2713e2fde8286a7a0cdb0b760489f2f41ca9c8 787 0.35/1.00 vMB 29
297,370 297,370 0000000000000000976d60e20d77f51d7bc2bc88e003ffd28cffb383f5c0b200 64 0.03/1.00 vMB 29
297,369 297,369 00000000000000003d5288d6924bbc1b0006bead67a0e0c17be4e5430d8495d1 762 0.25/1.00 vMB 71
297,368 297,368 00000000000000000e7a875a71c7871fa9e2f4b3a62fb68da99ec5327f0a827d 303 0.14/1.00 vMB 29
297,367 297,367 000000000000000067a7c227750aaecd422aa0471e8c731af7805a2b871fa0ce 545 0.39/1.00 vMB 21
297,366 297,366 00000000000000000fa57e3df580d488e43b9b2b1af066b02b2def7d3366b8a3 83 0.25/1.00 vMB 13
297,365 297,365 000000000000000011b3ba79423d112b3751d708f9862d24a72a3cd4c169f176 2,049 0.92/1.00 vMB 48
297,364 297,364 00000000000000005715cefa23772ecb945ac63695f48dc87bc7dcb529803e7d 684 0.34/1.00 vMB 38
297,363 297,363 00000000000000002f4c09eee4cd30bb305bc28e048e8b0a4afd0ebb6ced16a7 178 0.11/1.00 vMB 14
297,362 297,362 00000000000000005bc89408ec619514f630a7fbc11e9661a6b03702e0fb027e 241 0.12/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.49 GB

Node Details:

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