Loading Tool

Explorer IconExplorer

Memory Pool

72,351 transactions
28.06 vMB
0.06393980 BTC
Random Selection Loading Transactions
Max Size: 166.28/200 MB

Candidate Block

Mining Attempt 8eb82bb182554afc1f7adbd74738d63cb3196f32aa408173dc0a507ced202d58
Version 20000000
Previous Block 000000000000000000012dfd9b3d1cd644eb03bbb76f88638950cd8bd4352cbd
Merkle Root 7312af237e1d9eb47e924463dea0effbf1692b382898f8900c15db4ac7227b93
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,307
Size: 1.00 vMB
Total Fees: 0.00789886 BTC
Feerates: 74.59 > 0.79 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,050 (146,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
768,254 768,254 00000000000000000004b96e70d8a4b993c77240cefd6a5f9377ef35254deb3d 1,772 1.00/1.00 vMB 14
768,253 768,253 000000000000000000025e77f8f36311d72a0518e9e33159aedf8d2b41b850d4 3,429 1.00/1.00 vMB 26
768,252 768,252 00000000000000000003a64a4c1e65a56add89dc1da7462e577768664381c991 197 0.05/1.00 vMB 15
768,251 768,251 00000000000000000006bf489fe93cf77b928ce9e09fe895d8cf6917691cf911 1,680 0.75/1.00 vMB 9
768,250 768,250 00000000000000000007827d4a16cdf94f9eafa720d260a9acc6f700eba5a4ac 1,483 1.00/1.00 vMB 1
768,249 768,249 00000000000000000004c4de3409f6f687a60fa75dd56ce3c9cd099b2c35d504 821 1.00/1.00 vMB 5
768,248 768,248 000000000000000000066e0f58b1ece21f6e2c8681a27d5c21aea73d38d0a587 2,070 1.00/1.00 vMB 9
768,247 768,247 00000000000000000003f7162c8b5a6aa12786fd4151d6a5ce046f9ba74b0617 2,572 1.00/1.00 vMB 12
768,246 768,246 00000000000000000005117da8039e8fb11b0f418c885bad32474a0b2a8cbb34 2,131 1.00/1.00 vMB 9
768,245 768,245 000000000000000000032719f4ac6f50d7aa828b0038d2295aef96a6ec7a38af 1,568 1.00/1.00 vMB 18
768,244 768,244 00000000000000000000158961f81c503b7a5cd5528bba5183aaec90e9175368 2,634 1.00/1.00 vMB 16
768,243 768,243 00000000000000000003937d14fda6cf47c21e7d2bff3dd25ab326197f9103cf 2,248 1.00/1.00 vMB 21
768,242 768,242 00000000000000000000c934d29752cbaaf5c03cabce38b231320b8bd26bb811 3,249 1.00/1.00 vMB 15
768,241 768,241 000000000000000000031c5d9a911894b986f967448f29cff2aeed830d7f791f 2,959 1.00/1.00 vMB 30
768,240 768,240 00000000000000000002711c1575f0a74bdd95f3301eda1bf20e78c2bee1e36d 2,980 1.00/1.00 vMB 25
768,239 768,239 00000000000000000001f45ff32f6a696023f84fde13d7555ceaff384dd114d0 2,891 1.00/1.00 vMB 17
768,238 768,238 000000000000000000066985a753df41dd17ff5dab74a091c526a22b124dcca2 2,778 1.00/1.00 vMB 28
768,237 768,237 000000000000000000065346c8046cb4af2a967939261385b840c453fbb7a6ee 2,627 1.00/1.00 vMB 26
768,236 768,236 000000000000000000020a813ec6e27645f05bc6e04de3a9e8af24435de489c3 2,523 1.00/1.00 vMB 23
768,235 768,235 00000000000000000004dcc5c6c3a5e5a99f8900e1eaaeb0ef8102782c77bb3c 2,444 0.98/1.00 vMB 12
768,234 768,234 00000000000000000006812a9539f6b6c31644afb8ca96bbed80a30b1b9e28d8 1,401 0.43/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.48 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.16 GB
    • Received: 15.40 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.