Loading Tool

Explorer IconExplorer

Memory Pool

25,187 transactions
26.98 vMB
0.05772249 BTC
Random Selection Loading Transactions
Max Size: 128.67/200 MB

Candidate Block

Mining Attempt 47e011bf30920975cfbacb99c87e63009b66330b6db9c435334112d1b84fbc01
Version 20000000
Previous Block 000000000000000000014dc98b1687a99f08f05b5afb6d47c8c1ab38b68fa281
Merkle Root 92ec3d31673dc0ac96af094533a5a77464dd21780c689ebaedf457b232c2c5d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,288
Size: 1.00 vMB
Total Fees: 0.00700531 BTC
Feerates: 201.34 > 0.70 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,486 (796,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,543 117,543 0000000000004705a48688c8169affd564b68e4a23cf6b546249d59875a73d89 11 0.00/1.00 vMB 0
117,542 117,542 0000000000002f1520ce4ea68b2b307dc0431c9071df63202ab19fef79544402 21 0.01/1.00 vMB 500
117,541 117,541 00000000000084dd4dd75ff9b8d33546b55cb5109cae6d91f3103d02cc66cd45 9 0.00/1.00 vMB 2,945
117,540 117,540 0000000000002d07fb85f70dbb195f94213dccc400f1e1b5081c0295247e1c45 9 0.00/1.00 vMB 341
117,539 117,539 00000000000037ada05e1058bebd7980b1b78ccda56de820fa15a884602d972a 5 0.00/1.00 vMB 1,057
117,538 117,538 000000000000b0190d905c2fd72303b8234eb603047ff10d0e0b8ffa9faa5840 7 0.00/1.00 vMB 1,306
117,537 117,537 0000000000004e8f611a87e7c3498da7fbc164badc5b18a9e9e640662af3ffaf 7 0.00/1.00 vMB 553
117,536 117,536 0000000000001cbd5a4642624a359e5443c08cefb8112f06bb6a3e2cff139c29 10 0.00/1.00 vMB 569
117,535 117,535 00000000000084bb68260e9268232cea86fbc6fd38a78d31a7728b4bb9e1b50b 19 0.01/1.00 vMB 812
117,534 117,534 00000000000089ab7c61c548f53d455c6504db30b2fb22f166a3e6a1beed4711 13 0.00/1.00 vMB 0
117,533 117,533 00000000000058f625fd36a8d2e39b3c02ed8b5be80ae5a1d7171627f304348f 7 0.00/1.00 vMB 319
117,532 117,532 0000000000003c0ebdcae510f11a9f8501a4060182be3831a4db751e6de77b0a 11 0.00/1.00 vMB 0
117,531 117,531 00000000000054a5217a2281b1636af8cf68523a3da031c250210de44348a7d7 13 0.00/1.00 vMB 2,339
117,530 117,530 000000000000b7e4cad526af68be6f63800c704982cb3e2dc8d53b58c93fbf36 9 0.00/1.00 vMB 872
117,529 117,529 00000000000048fd62b449cd52d96fccf7a6ff969908dc30d3da14e3d9aa3a93 11 0.00/1.00 vMB 670
117,528 117,528 000000000000562e5d4ccdfe10fc184264ce66c37f593f4ae8e6d77f18994feb 8 0.00/1.00 vMB 350
117,527 117,527 00000000000080de4f7bac64e8870108de4f6aeae03e66dd31af33a30900bd6b 10 0.00/1.00 vMB 347
117,526 117,526 000000000000918590ae0dc54bcbf4894de9ed6d4341d6e591ca01c80542fcc6 12 0.00/1.00 vMB 0
117,525 117,525 0000000000009803df347177215aeeff0a1de70dae0a87555a3396e51ec73777 12 0.00/1.00 vMB 1,597
117,524 117,524 000000000000c572481e4d43cca0e24d0d2f8075a104c46198e65f23c344d8f8 42 0.02/1.00 vMB 765
117,523 117,523 0000000000008f7ce641d4bbc162a06ea89ce61c429f5a6365463cc149a3293e 13 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.47 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: 611.31 GB
    • Received: 10.84 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.