Loading Tool

Explorer IconExplorer

Memory Pool

51,461 transactions
29.25 vMB
0.07925965 BTC
Random Selection Loading Transactions
Max Size: 158.18/200 MB

Candidate Block

Mining Attempt 7981c8f7b59f0f2c689ccafacbe550c8841d79d12c7d7424c3381ffb23d21f7b
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 05631a3febcb2d70de2b36e70f5d3d45f4851ac89968ae3fdd3501e7e2b8f035
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,471
Size: 1.00 vMB
Total Fees: 0.02323309 BTC
Feerates: 173.90 > 2.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (249,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,145 665,145 0000000000000000000833c27fce056673dbdb03bac7655cc0ec643f8edc2fd3 2,461 1.00/1.00 vMB 124
665,144 665,144 0000000000000000000aa06db9ae8eb973746b20b4db02f20ff1712168344873 3,096 1.00/1.00 vMB 105
665,143 665,143 0000000000000000000990aaa3b1ccbf38cd22497f89218296c2abdf9b5080ff 2,633 1.00/1.00 vMB 150
665,142 665,142 0000000000000000000c50ed4a82ab41037f7a4e54baa3df354055fd73d0c740 2,051 1.00/1.00 vMB 112
665,141 665,141 0000000000000000000b6cf3585cdcb68f12564be742a92c9b5c952f8b4373a5 3,005 1.00/1.00 vMB 113
665,140 665,140 00000000000000000000e40a7c8456bff4772e3f3f5c9bf415f507b9f1b7c4fa 2,379 1.00/1.00 vMB 99
665,139 665,139 0000000000000000000cfee968db5b4bc4040861f8b812d522fa06baf5901402 2,712 1.00/1.00 vMB 119
665,138 665,138 0000000000000000000a0d485c90399a431a63dd7d53cf0219722a7bcb8e2043 2,144 1.00/1.00 vMB 67
665,137 665,137 00000000000000000001fb46f23db13e28fddc75c8bc925a07c6e4679aacccd0 2,987 1.00/1.00 vMB 88
665,136 665,136 00000000000000000000acc06be2cc8a4c6389fd06a213b5ec31d73e86a086d9 2,006 1.00/1.00 vMB 85
665,135 665,135 0000000000000000000450ac9a98c292af2ad818e5b24251751b14972cb9cbb4 3,105 1.00/1.00 vMB 101
665,134 665,134 00000000000000000006c27ff60225c9474705273b88fd943d6485ca38d5d061 2,454 1.00/1.00 vMB 108
665,133 665,133 00000000000000000006d81130d87cdc8533d9cbc01af94b405ac71222da11cc 2,893 1.00/1.00 vMB 115
665,132 665,132 0000000000000000000917991e8bf78706141b744d56494e9bf3c3584529c750 2,717 1.00/1.00 vMB 101
665,131 665,131 000000000000000000082e41462e7310d7c7ef1595b47ae8a025f00bfae2fa12 3,014 1.00/1.00 vMB 93
665,130 665,130 00000000000000000000a5212d3cfdb14a19d14b7895901e49790d6870475842 2,963 1.00/1.00 vMB 106
665,129 665,129 000000000000000000078e20189f0c33de5ad8f992770b2400cadd5f8ca50f89 2,878 1.00/1.00 vMB 119
665,128 665,128 0000000000000000000c52ba51633d590ecd9b94f324a9438ab0651ddf891f5a 2,864 1.00/1.00 vMB 104
665,127 665,127 00000000000000000005b29d842da78637e3f44888ead62b45c475c3a5f9b193 1,530 1.00/1.00 vMB 92
665,126 665,126 000000000000000000033215f5ed6e962e373813e6dd09214dcbec744dede0f1 2,104 1.00/1.00 vMB 103
665,125 665,125 00000000000000000001f589de0d9c94ceaa7861ca8cbeca056ed2e89707f67d 965 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.