Loading Tool

Explorer IconExplorer

Memory Pool

44,857 transactions
26.83 vMB
0.06647771 BTC
Random Selection Loading Transactions
Max Size: 141.64/200 MB

Candidate Block

Mining Attempt 86d1ea5762ffaaa11b99da5d9653e73e964ed471d1b9bd7cc8212ae7964b8a6c
Version 20000000
Previous Block 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec
Merkle Root 419575a100f9d515415bd9bbacec3aa411486576e67c4844f4302ac6b4d723f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,306
Size: 1.00 vMB
Total Fees: 0.01693070 BTC
Feerates: 100.36 > 1.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,724 (528,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
386,417 386,417 00000000000000000cfb13308225611ddf38233e80051f2a675facbfa1b35756 1,648 0.75/1.00 vMB 36
386,416 386,416 0000000000000000041b220e607ca377bedc9c41e9acc53cb303960135020c7c 1,899 0.67/1.00 vMB 48
386,415 386,415 00000000000000000922929e3437aababcc566cfe401a41457d759676189735f 523 0.28/1.00 vMB 34
386,414 386,414 00000000000000000bec69d4ba88cee4639af393d1183c791b6c74c0382028d8 661 0.95/1.00 vMB 12
386,413 386,413 0000000000000000024aab3d001163f359ccc9a724b6889d38f7f15e79a4cdf5 1,377 0.95/1.00 vMB 22
386,412 386,412 000000000000000008529aaad635dfd996d91aa8be2b123a6c4f59432fd9daec 1 0.00/1.00 vMB 0
386,411 386,411 00000000000000000aa5abbb19fee9db664ef4eb181f06f1484f2c4bae519df2 2,811 0.95/1.00 vMB 47
386,410 386,410 00000000000000000d4d6ffd703f6bc06020db3a7e5e6de41daba20a7e2b2bd4 76 0.05/1.00 vMB 25
386,409 386,409 00000000000000000c166fe294ac56f4f42f06e8a7290f79cc6bbdcf4b451d30 1,557 0.75/1.00 vMB 34
386,408 386,408 00000000000000000d5cff134f5f58f7079bba5b7047abe2bfa7dee2c7518050 1,999 0.75/1.00 vMB 56
386,407 386,407 000000000000000006076ff9131a94f92a7cd9d505d0dccc6aa2b091a3cbac25 2,049 0.91/1.00 vMB 37
386,406 386,406 00000000000000000a0e9bcc6be427d1517e35fad6853a06d3b371124dce0961 854 0.51/1.00 vMB 28
386,405 386,405 00000000000000000825974500e65cf2d5bfe77b257e72cfc1e5418dee64f12c 648 0.27/1.00 vMB 41
386,404 386,404 0000000000000000047d80481ade91fcf0a61cd321a45053c9e12704c6769ca1 535 0.97/1.00 vMB 10
386,403 386,403 00000000000000000a81f984966318afa94427ec3e63978ac49992627d29d960 1,853 0.75/1.00 vMB 39
386,402 386,402 0000000000000000025c538a1b3df7a3e4eccad316e75c3cc7ea554e02f5246c 713 0.30/1.00 vMB 40
386,401 386,401 0000000000000000068c014552ff37e8bb926a41ac1b0f6142d35c45b7ac56e2 1,759 0.98/1.00 vMB 39
386,400 386,400 00000000000000000485c21e106b4565c52632c4b629568516d529c5c7dcc3c0 1,352 0.64/1.00 vMB 32
386,399 386,399 0000000000000000041fd9260fc35a33d4decedb88c518458417232bd6c1babe 1,215 0.66/1.00 vMB 28
386,398 386,398 000000000000000004d1d6e20966251695b4275a4e923a8b972f6ade4a300251 1,976 0.92/1.00 vMB 34
386,397 386,397 000000000000000002d8dbcbe947404413b03d1b2d1b7c6179b288a5a3769b5c 773 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.91 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: 645.67 GB
    • Received: 12.76 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.