Loading Tool

Explorer IconExplorer

Memory Pool

74,222 transactions
27.36 vMB
0.06594241 BTC
Random Selection Loading Transactions
Max Size: 167.26/200 MB

Candidate Block

Mining Attempt 4dbec381d718ec3aa8fb6a56ff8323c15e3bb225b1c019d27ef7c242bdd605fa
Version 20000000
Previous Block 00000000000000000001557435dcff3b80a2812f16c9780d6c7bb42700c76759
Merkle Root f1cf66b5f3107559e20ad0abfb2b22433c7b29d8dbb4bc85e5c2e34c7ff8e1ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,462
Size: 1.00 vMB
Total Fees: 0.00779974 BTC
Feerates: 179.53 > 0.78 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,260 (92,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,068 823,068 0000000000000000000236356b2f63abd083b48493933a089c6205737a2f9360 4,247 1.00/1.00 vMB 143
823,067 823,067 00000000000000000000fb33384d978d250de2bc145d7da163e6242a84d0bfff 4,422 1.00/1.00 vMB 154
823,066 823,066 0000000000000000000374d5b64ccd671427d755bfe59c49c941148035bf84a5 4,177 1.00/1.00 vMB 136
823,065 823,065 000000000000000000026b405e2d2106fbcbcd20660a77e3d0c4f58e6e649348 4,610 1.00/1.00 vMB 130
823,064 823,064 00000000000000000002eca910b910e3a38c8d35472695a1f76c1f8ac9237a2e 3,816 1.00/1.00 vMB 136
823,063 823,063 000000000000000000025d25a560f3ecb75ebd0b760361cf2f359adeb54415d0 3,158 1.00/1.00 vMB 156
823,062 823,062 00000000000000000001d05e61d7023045279380b04a695342f92a3bd7999208 3,341 1.00/1.00 vMB 130
823,061 823,061 00000000000000000002a3e3a2a16edc5779f1d21f499cffe46992c24c0a105d 4,246 1.00/1.00 vMB 164
823,060 823,060 00000000000000000001ca45305ff14c858d902fa376ac7636158c5f07adcee1 2,895 1.00/1.00 vMB 164
823,059 823,059 00000000000000000000137581de97df0a5ce066ada38337c663ff5cca3143da 3,324 1.00/1.00 vMB 174
823,058 823,058 00000000000000000003606e22c5509006e66c00abc1315ea9687220ddf7f246 3,313 1.00/1.00 vMB 177
823,057 823,057 000000000000000000011c3570c0a53d355489668ad55cd7a1e97528fdac281c 3,111 1.00/1.00 vMB 180
823,056 823,056 00000000000000000001f8ab56292624da213d182368100b9ad4c5779b5c901f 2,939 1.00/1.00 vMB 201
823,055 823,055 00000000000000000000712756d15d4cc75cb4a04f55c1c0a0987454f0321dff 2,915 1.00/1.00 vMB 127
823,054 823,054 0000000000000000000165fb15f072ccb8e6fc720ee8d1046807176ca43ffd0c 4,243 1.00/1.00 vMB 143
823,053 823,053 00000000000000000002f9a8fdc41a8d93d2ff70714eb3bee4dd5987cda00574 3,636 1.00/1.00 vMB 117
823,052 823,052 0000000000000000000044281d4db36615e9d3561a06b5da30ab394f1c6a0b25 4,583 1.00/1.00 vMB 145
823,051 823,051 00000000000000000002af150a195f0577736d1cc5d400ad3d7ca83ed80144ed 3,692 1.00/1.00 vMB 130
823,050 823,050 000000000000000000034606bad42846a88200eaafa9d72d2a81be054139a78c 3,758 1.00/1.00 vMB 162
823,049 823,049 00000000000000000002dcb2e17e96acc652cbf410868f67b5eae5c2c32415ab 3,708 1.00/1.00 vMB 161
823,048 823,048 0000000000000000000099ced35507fd8c6bd6c2ba5fd0fed42a80d7b8b3ed0d 3,809 1.00/1.00 vMB 171
Previous 10 blocks ↓
Total Size: 782.84 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.36 GB
    • Received: 17.17 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.