Loading Tool

Explorer IconExplorer

Memory Pool

45,390 transactions
28.67 vMB
0.08505816 BTC
Random Selection Loading Transactions
Max Size: 152.04/200 MB

Candidate Block

Mining Attempt 6bea6e620a7ca47392d912ac51cd50b4e29fd496b08d5c075a1b7234aaebca6f
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root e2856ff0398c85fb60830970e6b65d2beddc84dc0a1e5668362fbc9606f75c06
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,797
Size: 1.00 vMB
Total Fees: 0.03044511 BTC
Feerates: 150.92 > 3.05 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (299,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,899 614,899 00000000000000000003bf0dffc7c46834d14cf7e5cc5f2f6ef9280412ba8cb7 2,722 1.00/1.00 vMB 19
614,898 614,898 00000000000000000010e9a656d19613a7d64c7c95eb7c81b6b800627a1317dd 2,709 1.00/1.00 vMB 14
614,897 614,897 0000000000000000001044782e7e40fd12a48683f214611436764b37f67215b0 2,764 1.00/1.00 vMB 9
614,896 614,896 0000000000000000000b98a3305102a826a0dc499684cbd56bff9a26eab7d2ab 3,257 1.00/1.00 vMB 29
614,895 614,895 00000000000000000011af2b2ef8e7f518391f8e0b8464879d7888be9ce6c4c8 2,287 1.00/1.00 vMB 20
614,894 614,894 0000000000000000000ae8fe3a96d25139fadafa40a7833a04ac71ae334de00a 2,363 1.00/1.00 vMB 25
614,893 614,893 00000000000000000007e1fb7e5e72bdf4c2d98c60f5cc9774237e8aecffd4ad 2,724 1.00/1.00 vMB 15
614,892 614,892 00000000000000000008b26819dea85c73572ed95ae59411956ed683cd0a125e 2,416 1.00/1.00 vMB 14
614,891 614,891 00000000000000000007637556a6058d7e945115acf9068b63ce7ef108149eee 2,458 1.00/1.00 vMB 6
614,890 614,890 0000000000000000000198bf017f9ae4c22fece2b8976c250c28bb03a112f752 2,749 1.00/1.00 vMB 24
614,889 614,889 000000000000000000022fef22ea76a4588d30e7ba98be41cb333fa22760b8fe 2,955 1.00/1.00 vMB 22
614,888 614,888 000000000000000000055bf51515e86f696d37798916b47a99ee0f618d38e54a 2,458 1.00/1.00 vMB 8
614,887 614,887 00000000000000000003e4953ce8ef49930d0aecad1c36ae5c699d45e14d73f1 2,600 1.00/1.00 vMB 19
614,886 614,886 0000000000000000000e9ff1e7e900f14ab34b75ce237942c3cfe903f65e1309 2,707 1.00/1.00 vMB 19
614,885 614,885 0000000000000000000ccd8bb1fc151e8c3ff96fed1bf93fa6e981fe8855f4e0 2,031 1.00/1.00 vMB 25
614,884 614,884 00000000000000000011f7bb1e537c0eda408737310fe57e8d48f0f0a7fc8dbe 3,543 1.00/1.00 vMB 18
614,883 614,883 000000000000000000013920e074fc28cc4cb69c075a21c0baacf162dbb97932 2,699 1.00/1.00 vMB 37
614,882 614,882 000000000000000000061c080a34616a98caacc3ff898c2ec21d6facf29ba539 290 0.16/1.00 vMB 21
614,881 614,881 000000000000000000099e928658758145503c9501b6616b309e6e7be0754064 1,547 0.50/1.00 vMB 14
614,880 614,880 00000000000000000004fec124eaa3f2e893d2cc26a7c22a547b270b824882ef 1,628 0.52/1.00 vMB 2
614,879 614,879 00000000000000000010fe23dd08a4b6465c4850984bb538e9dfcb93995a23cc 2,230 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.05 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: 650.94 GB
    • Received: 13.36 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.