Loading Tool

Explorer IconExplorer

Memory Pool

37,332 transactions
19.46 vMB
0.08749717 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 106.45/200 MB

Candidate Block

Mining Attempt d2c0c768732c8ea107917a44a9ed2142a0fc5a6379d1bf46b53e508992cacd64
Version 20000000
Previous Block 00000000000000000000c12df07ff2559c79ae854d2e90581fb0dc800ce4d302
Merkle Root d5cad8852120ec6806b5157473a83f2aae747dae0f2a973551221cd1ab7bb148
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,585
Size: 0.99791325 1.00 vMB
Total Fees: 0.04898641 BTC
Feerates: 502.62 > 4.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,847 (720,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
193,152 193,152 000000000000012287edb386326ae57263ec023ede5cf3500d396d48c348be70 301 0.18/1.00 vMB 97
193,151 193,151 000000000000055f4f0dea6ef2c64fe1f20b6bbbe52034510b3037b10873595a 9 0.00/1.00 vMB 0
193,150 193,150 00000000000006cdf8166f21b549c7d8f681308891767c9026fb5ec6147e4a92 44 0.11/1.00 vMB 72
193,149 193,149 00000000000007adb2d3234eaf4103ff3f935d1ec1e211bd67b412ab790e22f1 30 0.02/1.00 vMB 58
193,148 193,148 0000000000000120dfe015ce5171e57e1597e092d8979063b7914875e838ed71 232 0.10/1.00 vMB 112
193,147 193,147 00000000000000643dcb3171ffe9236e7c92ef2daee24778b813c0df95db75a9 13 0.00/1.00 vMB 0
193,146 193,146 00000000000007773b0fcbb85fcb7cd6faed0045f9706309c583574757fe93ef 131 0.04/1.00 vMB 104
193,145 193,145 000000000000058d52cc1241cef368e8c01ad790fff29a6d0447c0aa208e6b9c 674 0.20/1.00 vMB 173
193,144 193,144 0000000000000147d4d83d5cd556b682673310f3dda8f51d55d7d92c0a8db695 186 0.08/1.00 vMB 116
193,143 193,143 0000000000000556695794ab8188ef880d9f49139ede2e8ee738a744ab165914 363 0.15/1.00 vMB 128
193,142 193,142 00000000000001b6e1e3b09eef7aa262024ddb9328a21763f7919ad23431c24c 21 0.01/1.00 vMB 101
193,141 193,141 000000000000035dedf81fc042e1a131d4cfae7bed11947653776579a0cc3fe7 305 0.13/1.00 vMB 139
193,140 193,140 00000000000005948724c5cad35134622440690fe777220ffe6eee0e87f1caa8 57 0.04/1.00 vMB 186
193,139 193,139 00000000000002dfb926659d7bf63cd6f0840c921b3717205c39c3e83cacf14d 91 0.03/1.00 vMB 52
193,138 193,138 000000000000016a639c277de8bf64c0efb8e7140888d204d8f66c0a93f8bc0b 49 0.03/1.00 vMB 83
193,137 193,137 00000000000006ba7859a8b0bd9289d2029b7bbb58e993bc26444db5bc843e18 320 0.12/1.00 vMB 140
193,136 193,136 00000000000000f2b453b9018e2098e9d4d4a3d8699b0216ebebabf199bc5991 92 0.04/1.00 vMB 103
193,135 193,135 0000000000000143bea8ca901514c297fd50935cf57036d5928c57270341bbed 116 0.07/1.00 vMB 88
193,134 193,134 000000000000041496121475d6cf7c17e0f078d7697c98f9cebd7f408edc5af2 231 0.11/1.00 vMB 94
193,133 193,133 00000000000004b58ac8327006d3076cb4c200fffb899b4a710af542dc826b03 605 0.24/1.00 vMB 12,355
193,132 193,132 00000000000003a7ca9c8800bc80f4a33daa15c2c1c195dfa0662f7c40ec1bb4 8 0.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 780.34 GB

Node Details:

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