Loading Tool

Explorer IconExplorer

Memory Pool

80,353 transactions
29.67 vMB
0.08761112 BTC
Random Selection Loading Transactions
Max Size: 177.53/200 MB

Candidate Block

Mining Attempt 3ec52bbd5242914c1d3cbdabeb71fef10acc86dfc16a7666f2ea9b0a15ebd90f
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 581e340e6d6577c23d0f9727d66228acba3ab14b1e3cf4e93138a814e7e8fa25
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,006
Size: 1.00 vMB
Total Fees: 0.02692061 BTC
Feerates: 150.77 > 2.70 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (36,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
878,324 878,324 0000000000000000000147fc3055e4efad585157cfc06c889533b756a05af90e 4,039 1.00/1.00 vMB 6
878,323 878,323 0000000000000000000037f829f816c9edfbf0d9192cd0647ae90213abd1341d 4,259 1.00/1.00 vMB 4
878,322 878,322 000000000000000000010c9d8a270867e6c858232f154cd30644cbbb9e1f6a48 4,279 1.00/1.00 vMB 2
878,321 878,321 000000000000000000028b3b925b4d14f69cc771ef6cac4508031069b2041b60 3,045 1.00/1.00 vMB 4
878,320 878,320 00000000000000000001312919b3aac6211bc308dc2ea01e1a24d4147b32b070 3,969 1.00/1.00 vMB 4
878,319 878,319 0000000000000000000259b4ea5eb47d3047dbb9e5fccb1c26096f0a8ee825e2 4,703 1.00/1.00 vMB 3
878,318 878,318 000000000000000000017e369ac65ace2b40262c6bbed6421bea8f852b193c13 3,285 1.00/1.00 vMB 5
878,317 878,317 00000000000000000001ce8195b000a49fd66ceba5a2cbf1e8624eafe0032ddc 3,879 1.00/1.00 vMB 4
878,316 878,316 00000000000000000000d7a01cc0948536f901a0dcb7cabb52278e51fdcffa8c 3,976 1.00/1.00 vMB 5
878,315 878,315 00000000000000000001d1f40bc4242d1c9642e92a8a0841555315e2317a20b2 2,852 1.00/1.00 vMB 5
878,314 878,314 000000000000000000006c648568a882db09cf560b011ec550bb503c48253771 4,255 1.00/1.00 vMB 2
878,313 878,313 000000000000000000013f533f51ff2934b5636138924fd4c8b3b2166f59b183 3,263 1.00/1.00 vMB 3
878,312 878,312 000000000000000000006ddc25a0573d5c1f2b8c96466369d27e931f939f82c2 3,181 1.00/1.00 vMB 4
878,311 878,311 0000000000000000000286711d8b958900d4bd84f95a4a2ec116f9fe20d0fee8 3,035 1.00/1.00 vMB 6
878,310 878,310 000000000000000000002d694e2140c41b23e4d3218995a31d2eafb721a1c0ac 3,174 1.00/1.00 vMB 7
878,309 878,309 000000000000000000012826dcc41249186de7402652947284c9f5f07f976973 2,634 1.00/1.00 vMB 2
878,308 878,308 00000000000000000000287f37f0ddfc5756dddd8eecd2c146d36eafc744fc15 3,054 1.00/1.00 vMB 4
878,307 878,307 00000000000000000001bec0798bd2e0ecba035c27e6644fc1ae6a92e72bde89 2,456 1.00/1.00 vMB 3
878,306 878,306 000000000000000000028935b161cb8e76d107441ce469e1ec2ccc49fcab3cb4 2,484 1.00/1.00 vMB 2
878,305 878,305 0000000000000000000228e16495075da8a687640a65eb035bf81682b4a11559 3,014 1.00/1.00 vMB 4
878,304 878,304 000000000000000000006b77c21b64392dd6a4154ef33c836b6f9e065486c4b9 2,946 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.52 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: 668.76 GB
    • Received: 15.56 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.