Loading Tool

Explorer IconExplorer

Memory Pool

23,716 transactions
27.08 vMB
0.03316743 BTC
Random Selection Loading Transactions
Max Size: 144.67/200 MB

Candidate Block

Mining Attempt 93d6b188e5e6c078e48a8141cbb072fefe9eca6263beae7e074f3d52fa16cdd6
Version 20000000
Previous Block 00000000000000000001ec520ab4c5c4eb7d9443191b5a506716b1c51a4a1b9d
Merkle Root 5752c205ee145c15682b9360be73bfb86eaf9fc7d7b55b96772594027da664d3
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 693
Size: 1.00 vMB
Total Fees: 0.00314079 BTC
Feerates: 73.20 > 0.31 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,375 (700,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
239,159 239,159 000000000000004d68ff823fbaac59ff160014dac16210826f69d09c8ede6ccf 403 0.16/1.00 vMB 192
239,158 239,158 00000000000000afa666c50e26714b2192af48d8addab704f1642a1e38f1c91f 169 0.07/1.00 vMB 114
239,157 239,157 0000000000000145ec9bc6680f5f9c9c8efb008f1f931c8580575aa16bcc5858 6 0.00/1.00 vMB 134
239,156 239,156 0000000000000111d81607655d6a2f06882973f8029e4772be75dd0ebe4a01e6 191 0.10/1.00 vMB 155
239,155 239,155 00000000000000be8b21fb549b3104e5255ed97431cc240cae1d72521ba06c04 6 0.00/1.00 vMB 0
239,154 239,154 000000000000007a4b85a987ca6205b0a12f9f8d58369bf6467a904d1137865b 288 0.11/1.00 vMB 198
239,153 239,153 000000000000003f4fe2d5cc08e7b3a709622cf8916700108ec5b7f4d39d43b4 35 0.02/1.00 vMB 48
239,152 239,152 0000000000000136e11d1fb06c83dd60380f01ac6f7fef106c7eedfdc366558e 629 0.25/1.00 vMB 213
239,151 239,151 00000000000000c810c2fc0459659a9a54a148470dbd427a37a06c15fd32035d 283 0.13/1.00 vMB 161
239,150 239,150 000000000000003d7058ba59e28d8cfc69e237f8700e8bb664c5a12af525e14c 87 0.03/1.00 vMB 162
239,149 239,149 0000000000000056e75ec443cf9cd6c1ac4eef23210ef4e7724fc72e55b83d45 165 0.09/1.00 vMB 144
239,148 239,148 0000000000000047d57cd0d734a78804117b2481bd9d56e7e0f4733ee37fe8a2 328 0.19/1.00 vMB 131
239,147 239,147 000000000000005df00bb84079ee92ca800d74f66321a7e1f4b19ec93fa2b3e0 603 0.25/1.00 vMB 194
239,146 239,146 00000000000000feebccd32492c40f9b4e91e9b4637e5ed5369f86e682ef8140 3 0.00/1.00 vMB 98
239,145 239,145 00000000000000ec014a68ca6ad3a1e520b1678195bc5db9b5b8d97e2a92ca52 587 0.24/1.00 vMB 203
239,144 239,144 00000000000000daeca35bb45d28a28b0e84c504256c28aeb075d90e88727627 414 0.16/1.00 vMB 192
239,143 239,143 0000000000000015a6a7689ac85c57a1590dfd16b7c2b7ba27d2f1f948285f73 386 0.16/1.00 vMB 169
239,142 239,142 00000000000000680dcbf15186a74c145028ccee585784515f876c3409fe9551 64 0.03/1.00 vMB 174
239,141 239,141 00000000000001189e8723c1fb273a34888e4b6d873e4c72ce81d37bc5f4706d 128 0.08/1.00 vMB 18
239,140 239,140 000000000000005235cd12df2b00f9aa4f4dec94f48c8ab830c23226e9da254c 758 0.31/1.00 vMB 209
239,139 239,139 00000000000000943d6e7d7e0d799190cf02e91557b7b08b8a51623f36e4e707 133 0.08/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 825.60 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: 4,263.22 GB
    • Received: 234.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.