Loading Tool

Explorer IconExplorer

Memory Pool

41,581 transactions
28.70 vMB
0.06028088 BTC
Random Selection Loading Transactions
Max Size: 147.46/200 MB

Candidate Block

Mining Attempt b5fcac5d6fea58a03f2a4e86086f0669a6a96a77b88a02fcefcc04aa9f94dac0
Version 20000000
Previous Block 00000000000000000001e8eea2fc217de15f4d40d8c46e346c3a22c6ea1dbb3a
Merkle Root cf51f8023161b52217c75e7b60e5c36a9cff8abaf85bae38aded4609fcba36b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,056
Size: 1.00 vMB
Total Fees: 0.00472951 BTC
Feerates: 60.13 > 0.47 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,619 (797,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,276 117,276 0000000000001aa436fb37a394d3aa966f79a5deecef30a0bd2f5c70f5001c91 9 0.00/1.00 vMB 581
117,275 117,275 0000000000001be75127fa24ae98941954f5c9287624d7037aa7e7a2e9bb1257 13 0.00/1.00 vMB 1,641
117,274 117,274 0000000000006ae7fc709a2c0f2359c65e46203cbcd6989bbb239003e996bcc1 12 0.00/1.00 vMB 0
117,273 117,273 000000000000cae529be658c53b596c0fa33d97ad227cf903f994cd310f95bad 12 0.00/1.00 vMB 0
117,272 117,272 0000000000001bda3f0097d33b5ebbecf12555819605957c3423cbae6c43f89a 9 0.00/1.00 vMB 983
117,271 117,271 000000000000930d38b029fa3b297a34baa5aac03a10f2c975663a718c474658 11 0.00/1.00 vMB 647
117,270 117,270 000000000000c69f3bffcb0342cbd9c91b638d582576943b0c07e5673d394cce 13 0.01/1.00 vMB 677
117,269 117,269 0000000000004bb2dfdd2818fc49d984f06296ab4b2baba33973791f87fadb7b 25 0.01/1.00 vMB 465
117,268 117,268 000000000000561a683b9bef718533a76f0cabd86441dbfbdf984a42f9d7cd3e 12 0.01/1.00 vMB 247
117,267 117,267 000000000000a06191c8612954133d7a783e936e6a46a3808b48f1b534db1636 1 0.00/1.00 vMB 0
117,266 117,266 0000000000001007a7af5f172297cdecbe4fd20b14be8d6e2694640a03e4d140 14 0.00/1.00 vMB 1,567
117,265 117,265 000000000000485546ebe397381533bb7151e41d737c1cdc982855691c04e645 34 0.01/1.00 vMB 2,240
117,264 117,264 0000000000002d2b23570f67d7039dd1c026b77087b071b734ae262465f53c4f 12 0.00/1.00 vMB 335
117,263 117,263 0000000000009272f82c8f7fc15764ddbc0729e0bd3234a8d4126267aed140f5 12 0.00/1.00 vMB 0
117,262 117,262 0000000000003a57f9d6146783bf374bcae824eaa0bf3e5804985dd154d911d6 8 0.00/1.00 vMB 273
117,261 117,261 0000000000008005c9520f06054a1bde7e0ce4e7224cba2da5e3c483e4824d45 10 0.00/1.00 vMB 672
117,260 117,260 00000000000097af7b29c220afc0382ce11bf2051237cca85b4d6ceafa1a02b7 10 0.00/1.00 vMB 344
117,259 117,259 0000000000006a8ceda74df71b88c7b5d3333c8a0c809f3411571e2a897c7ab9 9 0.00/1.00 vMB 0
117,258 117,258 00000000000090887b9370d712f26542e0635842709d6ea3709fbcd4ec0c3e5b 14 0.00/1.00 vMB 1,325
117,257 117,257 00000000000077aab8e7fb7fe0cbdafad5c0186e57d4abd0d56747ddc9f8f01e 30 0.01/1.00 vMB 0
117,256 117,256 000000000000b82beeb1769d934caea61028aaf53a2aec404ab44c9d3ce5169a 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.72 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: 629.67 GB
    • Received: 11.94 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.