Loading Tool

Explorer IconExplorer

Memory Pool

90,738 transactions
33.08 vMB
0.16823323 BTC
Random Selection Loading Transactions
Max Size: 199.70/200 MB

Candidate Block

Mining Attempt 3917dc5eda80521b7d47fa4cdad49bf3d1649d3f6d6a1b3556d8f9fc654c19b1
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root bc73cb486fad1a578cb551eaaf2ddd51b1d075c7ed042da8551a16ab44e802a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,915
Size: 1.00 vMB
Total Fees: 0.06558677 BTC
Feerates: 627.82 > 6.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (427,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,204 487,204 00000000000000000063fb20485f4adc253aada1124e04faee44ddd9c2bbf667 2,522 0.93/1.00 vMB 73
487,203 487,203 0000000000000000007b74a0f709816ec1f6789d72775ea84239e44c4f5d1f21 2,302 0.98/1.00 vMB 163
487,202 487,202 0000000000000000002f05498240b03dc9fe8197c197492c158b9a2e9b389d86 2,287 1.00/1.00 vMB 97
487,201 487,201 000000000000000000ecea11a1396f8ebb6f36d005e75e4d5b777c33cdf4a9a4 2,379 1.00/1.00 vMB 138
487,200 487,200 000000000000000000f0905aa31a5b0d024da7a7e8c1327b142ebcc82f73e321 1,858 1.00/1.00 vMB 135
487,199 487,199 0000000000000000008208ab8a0a8fc27c406b5a64dda7450e0dc4b60e9ff6e7 1,996 1.00/1.00 vMB 194
487,198 487,198 000000000000000000c358de0e86059a5332a1d688765096ad43a90ac4f2a116 2,363 0.95/1.00 vMB 114
487,197 487,197 0000000000000000006d6179fa0470e5b9770abb903f84f2ac9539a0be39dc74 2,545 1.00/1.00 vMB 147
487,196 487,196 000000000000000000d4aece17ac837d341c880a49e9252ef62ba9b1d782fa71 2,212 0.96/1.00 vMB 143
487,195 487,195 00000000000000000022bae18ae92ff90b82783deae593b4a7c4153458304ae7 2,279 1.00/1.00 vMB 147
487,194 487,194 0000000000000000000f58b63dcc0ef917ce4b216c270dd9e7345eb4ef0c7cf9 2,671 0.99/1.00 vMB 189
487,193 487,193 00000000000000000066b150fe46505616d4831e285d0aa875030ecc5de09116 2,235 1.00/1.00 vMB 139
487,192 487,192 0000000000000000009fb2d3f0a7d01742e5811d0369a96af57826e7ba03c556 2,044 1.00/1.00 vMB 180
487,191 487,191 000000000000000000f9aef8b309dcd0db2a0829903227cd4ca7b8aae97a7edf 1,849 1.00/1.00 vMB 150
487,190 487,190 000000000000000000a02cb29f49f3895d6fb6f882c71453dc24d60f9cfe5028 1,747 1.00/1.00 vMB 155
487,189 487,189 00000000000000000099f02eff04b6737f42240e6bed16e0aab0c43cea2e9344 2,173 1.00/1.00 vMB 87
487,188 487,188 000000000000000000a63a8f595da95829cca91f0d973b3b434e7c7e84fa85ba 2,475 1.00/1.00 vMB 172
487,187 487,187 000000000000000000b0e68034644de5df33298ebbf772daccfa90ff2ab7e533 2,434 1.00/1.00 vMB 165
487,186 487,186 000000000000000000d9929999d117ea71f915e242b2367ce9ce1f744f13e874 2,237 1.00/1.00 vMB 57
487,185 487,185 00000000000000000037ec9f94e2475395bb0bde1593e6ca222675d1fb956d41 2,524 0.99/1.00 vMB 175
487,184 487,184 000000000000000000cbab76c01b7ceb8264ca6b0912db7177a341de83cb9efa 2,009 1.00/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 782.52 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: 668.90 GB
    • Received: 15.63 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.