Loading Tool

Explorer IconExplorer

Memory Pool

71,747 transactions
27.76 vMB
0.06135011 BTC
Random Selection Loading Transactions
Max Size: 164.60/200 MB

Candidate Block

Mining Attempt 35a35d5d9f5660c4d683b15b6dc663acd670951755e84b1b9320a9e2378d601c
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 0fa868d03192010ae5badb06a6c96d2dfa5ade4548b2a67d71e1916f8db0edeb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,895
Size: 1.00 vMB
Total Fees: 0.00608954 BTC
Feerates: 101.52 > 0.61 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (446,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,045 468,045 000000000000000000aee22915189583da1539ed7cd16d138347501b23a6328a 2,469 1.00/1.00 vMB 251
468,044 468,044 000000000000000000a4fcd340bc188cf3f080094f9970b1bae84cd4aae38f76 2,336 1.00/1.00 vMB 340
468,043 468,043 000000000000000001ab074c62984d7a84677fef795433f6f467bca416a23af4 2,324 1.00/1.00 vMB 331
468,042 468,042 00000000000000000160834ba27673c1e614978fbe777b861d785fcde1b3394c 2,361 1.00/1.00 vMB 316
468,041 468,041 00000000000000000120676a9ec606cb1501075b01abea327a5b497328d56b89 1,553 1.00/1.00 vMB 246
468,040 468,040 000000000000000000576c26137fd05507360d2b7d62a06f8b0598517b90bc7e 1,954 0.75/1.00 vMB 353
468,039 468,039 000000000000000000f4b72d7e1b6b3561d4e28cc06ea424bc4b511e83449200 2,687 1.00/1.00 vMB 302
468,038 468,038 00000000000000000008e3fc6fec82a56e02002e2a3ea221f6f1f30bfb6f1408 2,084 1.00/1.00 vMB 244
468,037 468,037 000000000000000001a32eb3f92c2b3c43c80e973ce5f884cd4616fd9b756889 1,850 1.00/1.00 vMB 295
468,036 468,036 0000000000000000019bc361c4a7e83cfd88ccc3f6f6673b6542b162d158f4c1 2,076 1.00/1.00 vMB 264
468,035 468,035 0000000000000000004be4895b5851a8c223ccebe8688d837784c930fefb8d1f 2,449 1.00/1.00 vMB 275
468,034 468,034 000000000000000000b674a657ada910a6948be6d7b3926196c08b9f554bfcfa 2,635 1.00/1.00 vMB 291
468,033 468,033 00000000000000000161b09349023159424c96b7b2ea589d9e686abc704c4c86 2,645 1.00/1.00 vMB 359
468,032 468,032 0000000000000000008512390c0490f26e8dcac8258b50d424d91f16049db88c 2,168 1.00/1.00 vMB 432
468,031 468,031 00000000000000000015d6876beff4ef3bad17b1020d413e879531f910539a4b 2,394 1.00/1.00 vMB 369
468,030 468,030 000000000000000000eb350abf17bdac1d24f2ac4a104563b3646667142c8edf 2,742 1.00/1.00 vMB 325
468,029 468,029 00000000000000000014e62cb63cacbabdce670db741b15dcb33280a69442eb6 2,690 1.00/1.00 vMB 326
468,028 468,028 000000000000000000706dad131b57b2b8b2110c342a5d9b55112f63a19e6ff8 2,657 1.00/1.00 vMB 356
468,027 468,027 000000000000000000366728de2c0271f1fcb866508def3904b08c06ff9abba7 2,061 1.00/1.00 vMB 298
468,026 468,026 000000000000000000fffe95a770ee88c5ef95134e55746b0a5bd23e789b4c88 3,007 1.00/1.00 vMB 305
468,025 468,025 0000000000000000015ffaa3a6d72162da46de0aace6fd07d80ead8b7ebb2096 2,323 1.00/1.00 vMB 325
Previous 10 blocks ↓
Total Size: 782.45 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: 667.43 GB
    • Received: 15.25 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.