Loading Tool

Explorer IconExplorer

Memory Pool

87,605 transactions
32.09 vMB
0.14238244 BTC
Random Selection Loading Transactions
Max Size: 193.69/200 MB

Candidate Block

Mining Attempt 1033f2ffb0773132c07953d58feda5727e41b5c9e630dd7104c419aa162e41aa
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 242f6d25461ec1d954733f28c3e78bd6e08ef03d22fd43d90013023b2e0725ee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,692
Size: 1.00 vMB
Total Fees: 0.05194848 BTC
Feerates: 911.92 > 5.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (815,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,327 99,327 000000000003b02a6c1d12a3e2d1c8b1e3332b28b57b07545fe446098b89d721 1 0.00/1.00 vMB 0
99,326 99,326 000000000000476b55786541444f7e9abbbe7c351976378e8606b20fb01a5103 5 0.00/1.00 vMB 0
99,325 99,325 000000000004448fff6d41630b21232b818c202d52d690451c376025bdb7f525 2 0.00/1.00 vMB 0
99,324 99,324 00000000000276fc6f1479da6646a4a963ba7633b54e724a28b359a393ec3b45 1 0.00/1.00 vMB 0
99,323 99,323 000000000002d3a6195536a3eb87706824a561264aeb960339e7ae9a183925cf 2 0.00/1.00 vMB 0
99,322 99,322 000000000000ae821f7fe8df7fa7eafcadbbb2a0f62b15b0c7b5c53752026e2a 7 0.00/1.00 vMB 0
99,321 99,321 000000000003b4a13522f94e89f4dacd6f19272885302ad36530c881a014c753 8 0.00/1.00 vMB 0
99,320 99,320 00000000000449fa90fc38bac48daee7a2f754e5fa514db15e679bd3e00a2bf9 1 0.00/1.00 vMB 0
99,319 99,319 0000000000023b62b5358d605da7ba1208b71500ebaf8c15dfaa81f3fa3af6c9 3 0.00/1.00 vMB 0
99,318 99,318 0000000000023a9a69b71fb2c02b5ea3ff226d672c87558104708f89bfe5a4c0 1 0.00/1.00 vMB 0
99,317 99,317 000000000002dd233e42d42b53081a4bb28397773651beae6746ddfe3eb1cfa8 4 0.00/1.00 vMB 0
99,316 99,316 000000000002ec99e06e870d264ff031c36d102918128db2371aec4a2e48e880 5 0.00/1.00 vMB 0
99,315 99,315 000000000004560e2c9e6c80d314805c37df4201926202cd44e6100b00d7aa1e 4 0.00/1.00 vMB 0
99,314 99,314 0000000000038b833b5edcb66f9ec6911330e0b9bf2c0f5c54721dfccc20f027 16 0.00/1.00 vMB 0
99,313 99,313 000000000002833d68392a5ff6408a8bab36668c24272ddd898d64dcac34b351 2 0.00/1.00 vMB 0
99,312 99,312 000000000001383c568469debea1ab5e6574d919b27b491a25f144517c51c6d1 6 0.00/1.00 vMB 0
99,311 99,311 000000000001c6b39acdcbb8944aecf1a8a6d150a9ef8022b6be509f0c32e9da 1 0.00/1.00 vMB 0
99,310 99,310 0000000000001db038e203b644a639bd1c22cafd4ef2b5e30509062c21088e57 1 0.00/1.00 vMB 0
99,309 99,309 0000000000033c1dba543da8c8bc7249a043f3d606e160c03b22a7b4e697034b 1 0.00/1.00 vMB 0
99,308 99,308 0000000000022061d0f85cfe89a32cfcc9514304189516033e1cc5aa7400b09c 1 0.00/1.00 vMB 0
99,307 99,307 000000000001f0b4fe6fdd3f8d1aaf28981fe00ca09dfe610e5c3380986f6c3b 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.34 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: 661.02 GB
    • Received: 14.79 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.