Loading Tool

Explorer IconExplorer

Memory Pool

84,239 transactions
31.41 vMB
0.09630578 BTC
Random Selection Loading Transactions
Max Size: 191.81/200 MB

Candidate Block

Mining Attempt a09998ce94e8c987dccf98fdbce11b258700f4aa5e37003d279e03af0b42b3d3
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root 4771a311065800aad146a8a73fb1c33f7bd91e29cde8724248202d92a933b3e2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,720
Size: 1.00 vMB
Total Fees: 0.02421008 BTC
Feerates: 150.77 > 2.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (342,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,207 573,207 0000000000000000002baa82305b71e86728ec171e262e805d20a5df008777b2 1,777 1.00/1.00 vMB 92
573,206 573,206 000000000000000000178d9cfb9770c91b06e65274a9c97ce261f4b0a91495a2 3,605 1.00/1.00 vMB 122
573,205 573,205 00000000000000000016ad9f1f64634b8d5a01972bedab618b8dce2f3feeb0b7 2,996 1.00/1.00 vMB 88
573,204 573,204 000000000000000000059ebd54efdddd65fc449a5d1ac5a267cb50f29d402c57 2,598 1.00/1.00 vMB 71
573,203 573,203 00000000000000000009a0365997ea38cf7c52088ebfe52788a0bbbbee773530 3,503 1.00/1.00 vMB 112
573,202 573,202 000000000000000000123dbb26a8551c611b7f218522706ce31fe60b9f70bcb3 2,852 1.00/1.00 vMB 43
573,201 573,201 0000000000000000001444b2a61c8cee4ee55fd29566dafd10b8d1bad574187a 3,215 1.00/1.00 vMB 44
573,200 573,200 0000000000000000001f0639d842b8d9bc767abd38e133c922bccf4903fff57d 2,898 1.00/1.00 vMB 94
573,199 573,199 00000000000000000017657ef093bca6ded876ee4778aa7084c3407da084c6a5 3,277 1.00/1.00 vMB 90
573,198 573,198 0000000000000000002ad3c8bce0226e62468610b59ae405adf0ec5ba4994c88 3,129 1.00/1.00 vMB 70
573,197 573,197 0000000000000000001afd9506769826e0a9a7b964c70838b5919043a8abd52f 3,185 1.00/1.00 vMB 66
573,196 573,196 000000000000000000132d5d8f9b38402d3a53399dd7974153a5f50b902af03c 2,706 1.00/1.00 vMB 57
573,195 573,195 0000000000000000001ff78500e8caf9f7702a85495f2473a5043d5a7f74b660 1,349 1.00/1.00 vMB 31
573,194 573,194 00000000000000000015879bf05288c8b8db2edb1fcf0e9c4494985e5d2c5f05 2,196 1.00/1.00 vMB 28
573,193 573,193 000000000000000000216741be501363b5bc4647c63e269e4cf4b1e4f6d5fc0e 2,546 1.00/1.00 vMB 16
573,192 573,192 00000000000000000022730b1603924ea7a6d750b843a9fb54af9f23c5b7d503 3,083 1.00/1.00 vMB 27
573,191 573,191 00000000000000000029346e586c9f9b19acf0d45ffb46b43ad261c15e70e5b7 3,299 1.00/1.00 vMB 86
573,190 573,190 000000000000000000136f0939956af5bb2e791771cbe40557121047c1486155 3,179 1.00/1.00 vMB 65
573,189 573,189 00000000000000000027405a7417befefd6101026e66fb86f7289b87182f6f71 3,358 1.00/1.00 vMB 89
573,188 573,188 00000000000000000012b14cc69ae7b54ab953d7e4531984e61132619c4e465c 3,092 1.00/1.00 vMB 87
573,187 573,187 00000000000000000003d1aa13c3296b4d2f8df25fee702557cbbb7101cc5e2d 2,877 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.97 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: 716.11 GB
    • Received: 17.78 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.