Loading Tool

Explorer IconExplorer

Memory Pool

41,745 transactions
28.69 vMB
0.08089401 BTC
Random Selection Loading Transactions
Max Size: 146.51/200 MB

Candidate Block

Mining Attempt 75edf27484e1f53736a0167d2637c75794156ce6d18058e4227ae87492eea865
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root b064e0f3e8e5a8ec1e0d61a4397ac3247c5694ca107fd8ee6c8b501c9796f66e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,455
Size: 1.00 vMB
Total Fees: 0.02519685 BTC
Feerates: 88.27 > 2.52 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (436,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,955 477,955 0000000000000000001f499b3e1c5fbd555f60c6946aa844e74ab8c82224591f 37 0.02/1.00 vMB 126
477,954 477,954 0000000000000000007dc0b6cad178bdeb2f0e174938415a21d5716f7f1a6f18 992 1.00/1.00 vMB 60
477,953 477,953 0000000000000000006029f0d22eb3f492db740b0144d81f6b65c4a97fcf61ac 641 1.00/1.00 vMB 43
477,952 477,952 0000000000000000008b471287b4a6b021cbd5350a063a86a119d8a9231ee69f 2,666 1.00/1.00 vMB 55
477,951 477,951 00000000000000000060aaf28c5c01edb597c106f27ec75015455bf83e1959a8 2,163 1.00/1.00 vMB 135
477,950 477,950 00000000000000000087b45b825bc8cab2c5220e8ad4398a8813a7f08333af5c 1,684 0.93/1.00 vMB 131
477,949 477,949 0000000000000000004ba860c42dc87466166b71ed15bb792b691f6ffd571212 2,039 1.00/1.00 vMB 106
477,948 477,948 000000000000000000b7e920033c96bb1e394d898e5c4e7f2805efb3e95fe5f4 1,957 1.00/1.00 vMB 195
477,947 477,947 0000000000000000011a551cc998c50b9b42e88e274052b001db0500259b7148 1,906 1.00/1.00 vMB 94
477,946 477,946 000000000000000000ae751aa3c8ea39d23c85605aa228e25652843837dfcf20 1,611 1.00/1.00 vMB 169
477,945 477,945 0000000000000000001d502824b5f4e7e52cd163dc3f309621fed528bf7c7073 1,277 0.98/1.00 vMB 65
477,944 477,944 0000000000000000006a536be7c964a50f5771bb49c1fd17ebbbfb6c35a520ff 1,328 1.00/1.00 vMB 85
477,943 477,943 00000000000000000047ed9f1083bcf3789be9ded7675dcb2d6764d3e39fd498 1,766 1.00/1.00 vMB 85
477,942 477,942 000000000000000000c766045a14420d8ce05ca36bc16da6861aa7281cf0f862 1,685 1.00/1.00 vMB 130
477,941 477,941 0000000000000000013a3580e806b2e983f8967738fa72dd783d0a8ec9767182 1,989 1.00/1.00 vMB 119
477,940 477,940 000000000000000001214de3e16f7bb914fb6dd9b5ac230e2733817c9e207b7c 1,798 1.00/1.00 vMB 187
477,939 477,939 0000000000000000012dd5fd4a7cb72a7142a83c789603609b9e8ac4733b1ede 2,045 1.00/1.00 vMB 131
477,938 477,938 00000000000000000134ff73b5522ae64f5d66b4a5bccfa7105ba2dd113f2311 1,988 1.00/1.00 vMB 126
477,937 477,937 000000000000000000f649f89f4156688361bdc582ac54c4c5c6a761cf2dbc75 1,918 1.00/1.00 vMB 193
477,936 477,936 0000000000000000000c649926e49c1673b6c9e90f2a1b5a13c8d349aee0f5a1 1,340 1.00/1.00 vMB 106
477,935 477,935 000000000000000000c8beb729b1b96dc76d116bceb36aaca269fad15ac6b3e1 1,844 1.00/1.00 vMB 213
Previous 10 blocks ↓
Total Size: 781.73 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: 630.33 GB
    • Received: 12.01 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.