Loading Tool

Explorer IconExplorer

Memory Pool

19,079 transactions
9.39 vMB
0.01961315 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.40/200 MB

Candidate Block

Mining Attempt 7b6210f957250255a61019cfec258184ac293a02094f0700dc659fe3c83815c4
Version 20000000
Previous Block 00000000000000000000e7878bdfe788173f6a548f487b1a1f1ab2cffe96a584
Merkle Root 3b1de3ba68918002d11183e766de40462597bf464c7ef7dcf425e61863faae34
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,784
Size: 1.00 vMB
Total Fees: 0.00500222 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,510 (716,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
197,012 197,012 0000000000000661d49d4d20f47c5a50eb4c51f15bb336c9fcd4643d2dad1867 193 0.06 vMB 153
197,011 197,011 00000000000004269cadf8aa68ddb36b02c35e1c63310211616fb48fce757936 135 0.05 vMB 165
197,010 197,010 000000000000039dd6a9e0e07b62213c13903b5406475b5e9cb7ef5562fde942 180 0.08 vMB 113
197,009 197,009 00000000000004592feaf6ec1344200d379c677447dafbf4904e45062b402e30 517 0.22 vMB 148
197,008 197,008 0000000000000413854a00189db1c6aeb125afcb10f31850b305ae4ce55b2e11 163 0.05 vMB 164
197,007 197,007 000000000000022ac4784809ffb9304254503a6ce880b3e4a5784a5426601427 709 0.25 vMB 153
197,006 197,006 000000000000022acbbc66c7bd547645ce717064d4d68ad02609bad171958466 377 0.14 vMB 136
197,005 197,005 00000000000001460dfe73b738a68b946106b046f49a30b2465d0c298c4e12ac 128 0.11 vMB 168
197,004 197,004 0000000000000281d1f2a85fba8ca0db691ffa3651b7ceb4b623e4f8053f130d 75 0.03 vMB 112
197,003 197,003 00000000000004d6e2bf2097e934e21064817f2e3bae3918800051ec0a0c34e4 173 0.09 vMB 135
197,002 197,002 00000000000006900a7811c7c502636bda37c709e1fc3796e5b70ad2786b25a8 262 0.15 vMB 107
197,001 197,001 0000000000000276bea3def6b28644f1dc9f0f0010b5a027f523a0c8cb079388 25 0.01 vMB 94
197,000 197,000 000000000000012094fc2ea1b763742c424736748a4fafe59fdcf0cc92e1c15b 346 0.14 vMB 144
196,999 196,999 000000000000024ba3a9743298989fbeb03c15fbda3d1c115c2d2654bd61d55b 491 0.23 vMB 135
196,998 196,998 0000000000000666294e4184a6b7ae125029b272b40bb340022eceaddd4bf9b6 114 0.05 vMB 133
196,997 196,997 00000000000001629abd090f280620571167063477e8efa8a6fe2efec8a4a0db 13 0.01 vMB 43
196,996 196,996 0000000000000353c6c5b16e882489ad3f38870f37f3b041662daa46498aacc8 128 0.07 vMB 94
196,995 196,995 00000000000000879d3d2d1c59af3ea7ad59959466c71b23c6476f10daf377e6 856 0.33 vMB 150
196,994 196,994 00000000000001882681086c8d649a20bb793e64a24b525172c327da443dd812 609 0.25 vMB 209
196,993 196,993 000000000000048e812cc4a31d0ff8efa1fa905440d82506cce9f36e31778915 97 0.03 vMB 286
196,992 196,992 000000000000016254583a16874ca0e20974c6895b747bf8a5928a1e1c8eebd1 171 0.05 vMB 81
Previous 10 blocks ↓
Total Size: 779.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 380.05 GB
    • Received: 1.91 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.