Loading Tool

Explorer IconExplorer

Memory Pool

73,959 transactions
28.85 vMB
0.07325755 BTC
Random Selection Loading Transactions
Max Size: 174.86/200 MB

Candidate Block

Mining Attempt fc8e808dadfa16be6c3f7f1d4b607654ff61b47ec1418e1d4e199da920147f39
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 5b4ad7cffd8898602622e8faf6605b3596bb6f3fe73f46bf7a840a5e6159f2c6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,234
Size: 1.00 vMB
Total Fees: 0.00944595 BTC
Feerates: 100.26 > 0.95 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (47,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
868,239 868,239 00000000000000000001060b021606cca1bd2c9b4eb15b6a31d2d76bf7f485fd 3,977 1.00/1.00 vMB 10
868,238 868,238 00000000000000000001f9fb950ed8f038fd2cc7330de564ba35c30fc5a7683e 4,066 1.00/1.00 vMB 15
868,237 868,237 00000000000000000000e4f87c768767c74c9239a35c5ac7110a02c49c229221 3,659 1.00/1.00 vMB 9
868,236 868,236 00000000000000000001f4ebe1b4378b9024c5d1d873cfed36fc1e2506844bd1 3,447 1.00/1.00 vMB 10
868,235 868,235 00000000000000000001440b2189d066f92ab04163fb7c974389fd5f450227a0 7,294 1.00/1.00 vMB 2
868,234 868,234 0000000000000000000004827941c836f8e2d9a27da615acfb84f59f28bede07 4,283 1.00/1.00 vMB 5
868,233 868,233 00000000000000000001e3e4c718db45023e6247d15ff0540759037a3f58a4c3 6,545 1.00/1.00 vMB 2
868,232 868,232 00000000000000000001e0f253133a016229e51338072c29a4edaa7146fdf94b 4,260 1.00/1.00 vMB 4
868,231 868,231 00000000000000000002acc96b46d68f2df974ec3d93c376e6785849d3a51864 2,559 1.00/1.00 vMB 17
868,230 868,230 0000000000000000000224b329373fa5a5dea34110e0d08cc09ad79d4f96d121 5,917 1.00/1.00 vMB 7
868,229 868,229 00000000000000000001962fa251d3c86f3348d4391f32e900ec16ed11128adf 5,447 1.00/1.00 vMB 3
868,228 868,228 000000000000000000028b6c8f1e830a27a509ba626f46b25eb118f592e8ebf7 2,995 1.00/1.00 vMB 8
868,227 868,227 000000000000000000013bfaefe52739645e4203a2154b0276a397645813c8e5 1,838 1.00/1.00 vMB 8
868,226 868,226 00000000000000000001cec546faed93b03d22bf4f86200c18864f77c02aac4d 2,144 1.00/1.00 vMB 8
868,225 868,225 000000000000000000006b0c49d2dca186262fd5291839e9e880a37c933d8a27 3,052 1.00/1.00 vMB 11
868,224 868,224 00000000000000000001d989ea48f7cbb217b39957f49250093fe04513187ade 955 1.00/1.00 vMB 4
868,223 868,223 00000000000000000002392a792f43683bc1075b689d95edb3f44dfaa04a657e 3,694 1.00/1.00 vMB 21
868,222 868,222 00000000000000000001e5f36cbfa038b4d4c56ce17eff467b122cdb3d0b17ad 1,385 1.00/1.00 vMB 6
868,221 868,221 0000000000000000000158b37dffdc69cf5a371cf9339c9cc53fec3bcadd7749 2,890 1.00/1.00 vMB 10
868,220 868,220 0000000000000000000209799a39f3ec3a33ab8d0162555490bae65c98bf3974 2,777 1.00/1.00 vMB 9
868,219 868,219 0000000000000000000122dead7d6bb7f35b0fc43b205d3460b8515cdb234a20 2,648 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 783.15 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: 743.21 GB
    • Received: 18.69 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.