Loading Tool

Explorer IconExplorer

Memory Pool

73,394 transactions
28.45 vMB
0.06934827 BTC
Random Selection Loading Transactions
Max Size: 168.18/200 MB

Candidate Block

Mining Attempt bd5b6097ae0f3b134e065c18eb9903ea1f7f604671831f84608f3d4e02ec4508
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 7319e564e9929e4eb2b1e8a35ffccf33dc5a487519bd60acee44fff6498ddcbe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,649
Size: 1.00 vMB
Total Fees: 0.01219742 BTC
Feerates: 100.36 > 1.22 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (278,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,060 636,060 0000000000000000000f19f42dda2de1e4ea1feda4c11b4321690626d4fc3841 2,366 1.00/1.00 vMB 17
636,059 636,059 0000000000000000001075cf438762a24acf472d5a4a7c1fe10ed77b680fe5f8 2,050 1.00/1.00 vMB 31
636,058 636,058 0000000000000000000bf0868f52191f86104ae6d198291a52eb0f8c471fe0a4 3,154 1.00/1.00 vMB 19
636,057 636,057 0000000000000000000d28d3bf26fb18869a46bc3a963c6f8345379358fa1173 2,874 1.00/1.00 vMB 31
636,056 636,056 00000000000000000002d1eb4db159d90f96f8ab62e453b711de534298229282 2,199 1.00/1.00 vMB 39
636,055 636,055 0000000000000000000c505eb856bf946ed673d194b7b910ccf497de10cd15f1 2,623 1.00/1.00 vMB 41
636,054 636,054 0000000000000000000f6361b0c801789350b7a8f518987b5b468cc0f2d8cba3 2,576 1.00/1.00 vMB 22
636,053 636,053 0000000000000000000165c8336c554868736cb9d3d99d211636a6de72a0d193 2,846 1.00/1.00 vMB 27
636,052 636,052 000000000000000000065c0dc89d5630a6960fe05ea01e51bf30a826060ac987 2,728 1.00/1.00 vMB 30
636,051 636,051 0000000000000000000aec55a080fb340c09261b8cfeb8408efdaacda704a105 2,869 1.00/1.00 vMB 27
636,050 636,050 000000000000000000097d82b51a5c5e5da13646fc9ff933d019511f9eff3b04 2,760 1.00/1.00 vMB 29
636,049 636,049 0000000000000000000bede577ea6c0d17d9adef660805b45fe3fd9d1c2cbf7e 2,567 1.00/1.00 vMB 42
636,048 636,048 0000000000000000000a6e621f4e71837a3d4d5a7990241ba2970ab7e5d45021 2,050 1.00/1.00 vMB 42
636,047 636,047 000000000000000000114e1b72b4a5f02e411e8ab67e93b9e46e6528c03a7e6d 2,493 1.00/1.00 vMB 28
636,046 636,046 0000000000000000000b0492c29c789ef382ab83f8d034aad2b37d6358abbe7b 1,986 1.00/1.00 vMB 19
636,045 636,045 0000000000000000000befaa1dee72d4767471a74625b0e1ce8ff7d11afa3137 2,723 1.00/1.00 vMB 37
636,044 636,044 00000000000000000004ef92c030e1ef4a24b7e1e0d16eafc40f81bfeabbe7ce 1,471 1.00/1.00 vMB 20
636,043 636,043 0000000000000000001084c6226131fb35217eb89021491221e4bf08bc93a0d4 1,730 1.00/1.00 vMB 27
636,042 636,042 00000000000000000003fbdf32de72bb6456b493daa7fe193182fd403b943fe9 2,851 1.00/1.00 vMB 32
636,041 636,041 0000000000000000000782087b71a5c342e1ace4cb15a24ff869f9fc9236123e 2,072 1.00/1.00 vMB 31
636,040 636,040 000000000000000000093da737544cbe9de6b834b2296430332306254590dd8a 2,817 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.47 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.96 GB
    • Received: 15.33 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.