Loading Tool

Explorer IconExplorer

Memory Pool

78,202 transactions
29.41 vMB
0.07276672 BTC
Random Selection Loading Transactions
Max Size: 177.11/200 MB

Candidate Block

Mining Attempt c8f14465bff1cd6e1d3ae81608642b34f23d0c976ab7f5b4df93165670e8807d
Version 20000000
Previous Block 000000000000000000008c4f55cac0d52e0fdb45c8112180d17dfee14c20cda0
Merkle Root 3682ddfa23db233c2c0cff75055aa27ac63fcd9a304b9762740eb819ec385acf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,020
Size: 1.00 vMB
Total Fees: 0.01102484 BTC
Feerates: 25.13 > 1.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,107 (378,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
536,139 536,139 0000000000000000001a49d3046a89cc40c9ab5f770f46f86080600b65638a2d 95 0.05/1.00 vMB 4
536,138 536,138 000000000000000000077d68929c44e35c0e722ece537bd21b70babb8bf75b3e 1,982 1.00/1.00 vMB 16
536,137 536,137 00000000000000000022993c77f3b857e3c85950c590faf644b2d98885d4a480 1,897 0.88/1.00 vMB 9
536,136 536,136 00000000000000000003aea0e3c61ecdae718e8461c66bdf4861d6a1f80b96f1 2,062 1.00/1.00 vMB 19
536,135 536,135 00000000000000000015d5e8169077e4c20eedef82a5f5de1a0b11c89353a0a6 660 0.28/1.00 vMB 12
536,134 536,134 00000000000000000025fc347bc82653ba8859f86a5d375de50140e74efaa42f 1,336 0.49/1.00 vMB 18
536,133 536,133 0000000000000000002f0e8b8b3e3a50ebaf4208737f4710c24d3673066fd944 71 0.02/1.00 vMB 10
536,132 536,132 00000000000000000006b65ff347fe11d4360c6f23368d7b4f37007e7b13dedd 30 0.01/1.00 vMB 11
536,131 536,131 000000000000000000062b37d35907e863554a315e547285435fcea90d90d377 1,682 0.84/1.00 vMB 2
536,130 536,130 000000000000000000175fed3bc753be120da5ac6d93a48478afc7dfb7125567 1,371 1.00/1.00 vMB 6
536,129 536,129 0000000000000000001876a599898bf4f4eef5e029f2135257f60ee7e540a68c 2,025 1.00/1.00 vMB 30
536,128 536,128 00000000000000000011b735b8fde14db39704c446dd2b1ae4b8db198c255e0d 741 0.70/1.00 vMB 8
536,127 536,127 0000000000000000000bdac4f95f5a93c6274977face2386814e8e95d5e4ae76 2,162 1.00/1.00 vMB 5
536,126 536,126 00000000000000000002a04465dcc217a8363abeea7764136ab07aa6f34e2747 2,230 1.00/1.00 vMB 20
536,125 536,125 000000000000000000239ffa5bd73d0dbc1c03ddbeda3c5295e6b99640d9e3e1 2,128 1.00/1.00 vMB 20
536,124 536,124 00000000000000000026df7a4b53c6e9fbd6db7359c9390e3c831e6c83990854 1,570 0.87/1.00 vMB 9
536,123 536,123 0000000000000000002ee4c79433b7f6369647bcd94f8e6819e9e911a3dc2259 2,120 1.00/1.00 vMB 14
536,122 536,122 0000000000000000002cbb899df8f6af136ddd97c92d8b443dcab9636c13e097 1,472 1.00/1.00 vMB 7
536,121 536,121 0000000000000000000fb31adc4abf141f0de9c864901606668a69ad6e4895b5 2,921 1.00/1.00 vMB 32
536,120 536,120 00000000000000000012b02d28b2c781c0276873530c03bd97adec81b398e315 2,124 1.00/1.00 vMB 20
536,119 536,119 0000000000000000002723162dc600fcd56277d190146473fd83cee2747688f5 70 0.02/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.58 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: 671.24 GB
    • Received: 15.89 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.