Loading Tool

Explorer IconExplorer

Memory Pool

81,696 transactions
30.11 vMB
0.07876364 BTC
Random Selection Loading Transactions
Max Size: 184.77/200 MB

Candidate Block

Mining Attempt b0c0dc4e232bf0a3d91e64f7e23c328503dc0dfab388d4e150c566a77846816b
Version 20000000
Previous Block 000000000000000000013457b3bde0e62d4769405a2f173111440bef4841749f
Merkle Root a9ddd7c7224569d4dd0d4e41a684724e1d622612a1177e108831631d5044441b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,012
Size: 1.00 vMB
Total Fees: 0.01192025 BTC
Feerates: 60.16 > 1.19 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,325 (821,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,410 93,410 0000000000061c177aeecfdba74c5b58a01fbfe8daa0e9baea5cf4e47a18df03 1 0.00/1.00 vMB 0
93,409 93,409 0000000000036e97e7eb6c27f88a663977217f057a0182007cf6d035a3fa8621 1 0.00/1.00 vMB 0
93,408 93,408 0000000000018412aaf6c2c53ac5db801cb0ce843f9f55c3909fd968966f7ff9 1 0.00/1.00 vMB 0
93,407 93,407 00000000000638c80ad7bee4a019524c434926988eeb42a7e3de221ad65ed197 2 0.00/1.00 vMB 3,861
93,406 93,406 000000000008d438512617bfce3afa331685a324a63f10fa3bedc276de38be20 2 0.00/1.00 vMB 0
93,405 93,405 000000000006523e91e3b11f8ea2d90eac02a600d889004ff9f3d7b6c23a9328 2 0.00/1.00 vMB 3,875
93,404 93,404 0000000000055fd1e92ae4aab253301dbcbc8829c120749171131bbc59847396 2 0.00/1.00 vMB 3,891
93,403 93,403 000000000002e35725a03e7cdc7fb0e3c850917e797bd256704917755b753739 2 0.00/1.00 vMB 3,891
93,402 93,402 000000000007a7618a61185926992ee30e6276a21526c9472688cf985a5d995c 1 0.00/1.00 vMB 0
93,401 93,401 000000000002b4cd7ef4071782a0d23c0bfe0b599c1405244fabde8af3a37a9d 3 0.00/1.00 vMB 2,865
93,400 93,400 000000000002b3756400ae209362b998689f10c20e0ccbfbdd60f35934def8d1 2 0.00/1.00 vMB 0
93,399 93,399 0000000000019b08b6c0351e9895a7e33abd1b87ba88e61a2aadc8199814460a 1 0.00/1.00 vMB 0
93,398 93,398 000000000003f0e6efcafbc637098c42d49e6d3060fd238adee41626636f6465 1 0.00/1.00 vMB 0
93,397 93,397 000000000007e017ceb0c77c3a303172bf73d3eb88c2b0fef5014b3aa15438a7 1 0.00/1.00 vMB 0
93,396 93,396 000000000001e214842980c867e8b34ca7d90b5e2ff068cdf2bf7ce964722de3 1 0.00/1.00 vMB 0
93,395 93,395 000000000001aff2c89dfc6fbe1680ce3d05bedb6e8b1cddcc0eb0377a719b89 1 0.00/1.00 vMB 0
93,394 93,394 0000000000086cf93c69eed63843a53d346045e051a559442871a6a96ef2b3d6 2 0.00/1.00 vMB 3,861
93,393 93,393 00000000000344085e0a3dceeee0a342df57d03c8d7d61a889ef7a4e5fdfdcaf 7 0.00/1.00 vMB 709
93,392 93,392 0000000000046cb1992015f6d305473b364925718383ac78c3a44d783966ce64 1 0.00/1.00 vMB 0
93,391 93,391 00000000000399f6072ce28b54c9b4b7a9e47aeadececcc048540a48db469b0d 6 0.00/1.00 vMB 891
93,390 93,390 000000000005959b55b5daee6d5d5019dd0e5873d5c597b74f718f827a9a4137 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.96 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: 715.26 GB
    • Received: 17.68 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.