Loading Tool

Explorer IconExplorer

Memory Pool

74,623 transactions
27.59 vMB
0.07290659 BTC
Random Selection Loading Transactions
Max Size: 168.13/200 MB

Candidate Block

Mining Attempt c8e27eb4104d2ffdcdacb636e4e031cf80fe4022821d372e93a4dd5aecc59864
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 077964d28233dac4a9d79a8a45608888520194ebee1a725b0cbb509b82d2ca88
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,385
Size: 1.00 vMB
Total Fees: 0.01314939 BTC
Feerates: 150.80 > 1.32 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (585,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
329,427 329,427 00000000000000001908dabaf3c5de945cf82a597473cc54f80195ffd7f37ddc 1,012 0.35/1.00 vMB 44
329,426 329,426 000000000000000014a06b208056b42a76c1f3dbbe132b1db515c373def39081 179 0.10/1.00 vMB 27
329,425 329,425 00000000000000001bafd6b4eb24f443f5385cadaeca5726a5be30332be5c971 723 0.44/1.00 vMB 23
329,424 329,424 000000000000000003028c89525f7be51b579487d0ffd81227b9a74cf969f0e5 904 0.50/1.00 vMB 26
329,423 329,423 0000000000000000066b3c1e84e0677ce0663b67e48bcef2deed46939d4a5fd2 309 0.19/1.00 vMB 22
329,422 329,422 000000000000000016fc306ab25cc1ee0ac5a91891517fbf1c663f30c5ed201c 952 0.51/1.00 vMB 28
329,421 329,421 00000000000000001961457a26c7d584bd0ed75db2c1405f9cf9dd8c7bfda363 1,408 0.75/1.00 vMB 26
329,420 329,420 00000000000000001834b5230d2da158ee43a7df3e09f685537a9cfa30b4cde6 210 0.26/1.00 vMB 13
329,419 329,419 000000000000000010f86cf999ebe268384833dec09998f788f38832316a6cd3 1,096 0.75/1.00 vMB 22
329,418 329,418 000000000000000008dc917ba5c3f82a4e0f4bf67ef1e5b96a581236f5683c06 2,045 0.75/1.00 vMB 37
329,417 329,417 000000000000000015bd0a849970891150e6e8dd86fca63cfd6be8a47111f06a 512 0.17/1.00 vMB 37
329,416 329,416 00000000000000000ebbd0b03afd3a5872efa7e2c7796f96de35879469b0e0c0 1,574 0.90/1.00 vMB 28
329,415 329,415 00000000000000000b38f381e17588ae24f473f1342bd2b2883b7cca6842d8b7 1,402 0.75/1.00 vMB 29
329,414 329,414 000000000000000001af2cf1ea17e8903eb7f3e5814bbc224b1472e56045b38d 512 0.20/1.00 vMB 35
329,413 329,413 00000000000000000cf65cc9c5392a52204b54c25b1e3d46c7c1a94d55e9ba49 106 0.06/1.00 vMB 25
329,412 329,412 000000000000000012cea4567ee2ab0e458ba9e6b4cee5872e78a7bd3346034b 342 0.19/1.00 vMB 22
329,411 329,411 0000000000000000194d2873f4dd16e7e54082cd2d8022973f2b1b2f9298e81b 433 0.24/1.00 vMB 26
329,410 329,410 00000000000000001409936904d51dfc681fbf0ef9e0489abdcfe9e4a0f7e7ce 52 0.07/1.00 vMB 8
329,409 329,409 000000000000000009056d0da6263d9fe46868cada6403ed7759dfe98ed6ec11 1,116 0.73/1.00 vMB 23
329,408 329,408 0000000000000000059fc99027d08d01dece3b9a5da627e8604412af238ecdff 122 0.11/1.00 vMB 15
329,407 329,407 00000000000000000e91005e5450fe35f6001a2c77d6d894034312b0fa0c68e7 1,110 0.66/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.85 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: 712.60 GB
    • Received: 17.20 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.