Loading Tool

Explorer IconExplorer

Memory Pool

24,685 transactions
11.64 vMB
0.03182054 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.52/200 MB

Candidate Block

Mining Attempt 737b28217e9958cc7c8da7d5e4e2e796c3322f8023151f69f2c1c5bfe833e42b
Version 20000000
Previous Block 00000000000000000000f2fd667fec91d4329f3e67d283207f6bed62004d5294
Merkle Root 67e6a0864a5faae6ed026b1179552a082bfb73c4adff98fda5f8b0935554be3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,138
Size: 0.99790825 1.00 vMB
Total Fees: 0.01264126 BTC
Feerates: 313.32 > 1.27 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,691 (742,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
171,288 171,288 000000000000009415890d4111597a7dda90e6fb01e02738b3e9ec39e7495139 30 0.02/1.00 vMB 154
171,287 171,287 00000000000003920416ed566abf5cc5300913e25765af6729f2c61072329750 51 0.02/1.00 vMB 147
171,286 171,286 00000000000000344aead44249e44c9e5c647ca13cd43822dc040a6b63543a4e 29 0.02/1.00 vMB 26
171,285 171,285 000000000000026913c7a42f1730bbce3ad400fda49c3ea1705e9fcc0f7e19db 53 0.02/1.00 vMB 214
171,284 171,284 00000000000008f2d78750b7233b9db8cc919ea96d826ee71a5df1f36b745d98 61 0.02/1.00 vMB 141
171,283 171,283 000000000000046ff8e3e2bc99a06cf15e258bcb3cb06b69cf9efb4b9b9f77e9 2 0.00/1.00 vMB 0
171,282 171,282 0000000000000a528a41368dd128e758c5244a806375b5145f8b65445fd60682 95 0.02/1.00 vMB 2
171,281 171,281 00000000000007236cd7967fa8f0f234d64096518b2f36898e8e71a40db98da8 31 0.01/1.00 vMB 134
171,280 171,280 00000000000005d0fe4c9a566ecc2a33c07b9044240c72c54d14a43fd4520161 13 0.00/1.00 vMB 32
171,279 171,279 00000000000004ba81144a1544d97c718583f3f0285976dd72668ca22e75ec5a 26 0.01/1.00 vMB 0
171,278 171,278 0000000000000a7f7661ae288bfcef39868f9ac646ae8a996eacf238ee9a3ac7 74 0.08/1.00 vMB 99
171,277 171,277 000000000000003b6537e1254538f396add819794e95c0d8e79c2478784506c8 1 0.00/1.00 vMB 0
171,276 171,276 0000000000000029df286eb47489d116b4c7a17f104d074fab41bb76e6306ed3 35 0.02/1.00 vMB 69
171,275 171,275 00000000000003a681f718619ddc7e04e0a8a4c1cf8cb0af670c7a663f2629b5 1 0.00/1.00 vMB 0
171,274 171,274 000000000000083d61c7e5dc953cee22af00346818a3a9a322f42e8243831f6b 69 0.05/1.00 vMB 163
171,273 171,273 00000000000004e99d40d67beace7a7ff98bbff457feb5e5541dd39a7638596a 90 0.03/1.00 vMB 21
171,272 171,272 000000000000069572fb902cdc540af8432cb42bcb342f09b3b74943cff31cda 75 0.07/1.00 vMB 432
171,271 171,271 0000000000000162cf5c9febf5edfda309604c296743fb7e4e5193d4fb335044 92 0.03/1.00 vMB 82
171,270 171,270 0000000000000848038ad814557be8d65d9032514acf6cde23373fb0d387b3e5 33 0.01/1.00 vMB 199
171,269 171,269 000000000000088487f16486cf8fc0c87f4b3e9b536378140c08c9bdc5c9958c 30 0.03/1.00 vMB 40
171,268 171,268 00000000000002940c926b904cade5410ce2fbe6aa41d597e8ebc5023c77d368 72 0.05/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 780.08 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 490.65 GB
    • Received: 3.38 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.