Loading Tool

Explorer IconExplorer

Memory Pool

21,192 transactions
9.14 vMB
0.05677799 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.62/200 MB

Candidate Block

Mining Attempt fa53d0490135af3c8b7e4aac9a6da90d7bec6b7c26b8d57f13fdfd22a5f1bc8b
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root 5a92b2883fc1c34cbf8a6647fd442b613a3af48d127b28d9279b4018dea559f3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,511
Size: 1.00 vMB
Total Fees: 0.03308383 BTC
Median Feerate: 2.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (687,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
225,402 225,402 0000000000000249162366969991e96975f83115224fc3b075226b7064f1f512 393 0.25 vMB 139
225,401 225,401 00000000000000a065146dd5934d8b6ad809b51f32582b43cc02b69262d6c800 681 0.25 vMB 229
225,400 225,400 00000000000000ef28d826e3a7c7bed3420a6a289d7eac0fbef86640051088f5 161 0.09 vMB 145
225,399 225,399 00000000000000b01539e12ac8e68c273e74b7ff237fd5591c546dd1decf43cd 220 0.12 vMB 156
225,398 225,398 000000000000038ca51f4d41d17222113cefc9f4fdfedde3a68c613b463c9901 68 0.05 vMB 110
225,397 225,397 00000000000001ba22000677ee8f6fa41c503c3dfd97e4477977eee871c5ae5c 374 0.23 vMB 149
225,396 225,396 0000000000000259ae8dea078dffd0a3707b699704bb00e49524fab8339c48d5 717 0.25 vMB 246
225,395 225,395 000000000000021f77bb8fa1265f5424a4a8c95a8351884b64d768aee7615716 140 0.05 vMB 166
225,394 225,394 0000000000000252ad651bdef3681c0d05fa4bf8daf23181d4876ac54a6b62ce 32 0.01 vMB 158
225,393 225,393 000000000000005e27f4c1f5661a48928e9f39054d4a764114fe1325f91eea20 375 0.17 vMB 183
225,392 225,392 000000000000005214dd385dfcf60dbb5057bf07766ca19c4901e10d42fe0e47 115 0.07 vMB 119
225,391 225,391 000000000000022824bb91b6d843b48e1e68c6ece90dcfacce3ea8c95563e8f7 10 0.00 vMB 14
225,390 225,390 00000000000003840971d8af2d8de9bfb6ae5d60b5c7864d9342c9a6ed04f71d 258 0.18 vMB 118
225,389 225,389 000000000000021d89f49ad3b5e0544717bc7a3b0839490dc2a138fa864a3dc8 689 0.25 vMB 243
225,388 225,388 00000000000003b2f6efe93f28926c380ca0ca9219e80ab6e17ff89467303920 21 0.01 vMB 97
225,387 225,387 0000000000000058a6c922a2af9bbd1a1095398d3baaa554a83ea0746876231e 33 0.03 vMB 230
225,386 225,386 000000000000020826ec8f75454d2d3595c8a74599a55196e063a81a17a29d74 37 0.04 vMB 29
225,385 225,385 000000000000000067b24b209747bf2fd81784ce9a3323258080407ca5645482 530 0.27 vMB 188
225,384 225,384 000000000000008e3e700ce3c80c138eaa90047c3894d602a20efe446f367ae8 100 0.05 vMB 171
225,383 225,383 00000000000002a6e7d0d98c133d87b81de3f1623c60209689e3102a3b6aba59 198 0.11 vMB 166
225,382 225,382 000000000000011456202bf9a215070521a4dff729aafa3b9f878a93309c41ec 320 0.15 vMB 155
Previous 10 blocks ↓
Total Size: 779.54 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: 250.48 GB
    • Received: 0.95 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.