Loading Tool

Explorer IconExplorer

Memory Pool

56,349 transactions
32.08 vMB
0.18048751 BTC
Random Selection Loading Transactions
Max Size: 172.71/200 MB

Candidate Block

Mining Attempt ff0ed0c0b1a6210510f0bf942820a31912c8d97a58aa84a1480cc503a0665366
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 08bb2d2c3d0b36f369b186f70f60cf3a77dc41b1e4ba79c3abf7895a2d800d34
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,696
Size: 1.00 vMB
Total Fees: 0.07151889 BTC
Feerates: 465.21 > 7.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (562,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
352,194 352,194 00000000000000000997418c882d3997c56a95a632f3d7b93d7a2cea26054d6c 243 0.13/1.00 vMB 29
352,193 352,193 000000000000000005da77e4380ef4e04fd9735dd3d2cee39bb34db17500b412 59 0.06/1.00 vMB 5
352,192 352,192 000000000000000011e584abd6a7b244c643c253a0a62ec5127291916c849852 270 0.12/1.00 vMB 27
352,191 352,191 000000000000000011bc6831c23232c64e8414c2029b4baf3b7149d194ffdd24 90 0.08/1.00 vMB 14
352,190 352,190 00000000000000000c1410b97fa084f5b9d3f53ecc60588be146b1636ea95883 1,101 0.55/1.00 vMB 28
352,189 352,189 0000000000000000064c6f2035d0ea34c265034e3ca6b76856968db83a1b9b14 1,152 0.62/1.00 vMB 28
352,188 352,188 00000000000000000b5bf7b664a15b7ad3f39eb91a47e1b8ed3f8a85cfec2ca3 473 0.26/1.00 vMB 26
352,187 352,187 00000000000000001310bcb5d9f5d8dc701c82b8397c52ca3f456aa7c3971336 502 0.31/1.00 vMB 16
352,186 352,186 00000000000000000debe877ec2f17240a16a30f820018f733c3dd7edf2e77e0 1,783 1.00/1.00 vMB 18
352,185 352,185 000000000000000006e84a364872c3807a6d6b04199d8ca7547352d8a2e094f2 1,543 0.75/1.00 vMB 32
352,184 352,184 00000000000000000c03ed92409cb07629a6f6024a0da4a1d3d85cd91865af76 860 0.75/1.00 vMB 18
352,183 352,183 0000000000000000133629aae387a89c587e3ab109b64a3c8830ac49148c3776 820 0.75/1.00 vMB 19
352,182 352,182 00000000000000000df73770206b64f7f821b099955a7009f1f9f4fb51426daf 1,704 1.00/1.00 vMB 23
352,181 352,181 0000000000000000131967bd9b426c25fbcaa3fbf21847ae2c2692ce9bcd28b9 2,346 0.75/1.00 vMB 43
352,180 352,180 0000000000000000027035437952717aa6d6636ee873b0e9b7b0ae9679df6be9 2,430 0.75/1.00 vMB 46
352,179 352,179 000000000000000012d96300fd75bebe8c735b56c719377b36eb6da9ce8f5dab 675 0.47/1.00 vMB 18
352,178 352,178 0000000000000000059da2bb7848bb2623fb8d399b89a12f3efdf0b39fdc464b 512 0.14/1.00 vMB 51
352,177 352,177 00000000000000000c41b43280dc8c511c1f45324ff9dd93714ae94ea4594ebb 1,502 0.69/1.00 vMB 27
352,176 352,176 000000000000000005424715cbfedb34ba751e69d0f81cc74e5cda3366d544bf 776 0.36/1.00 vMB 29
352,175 352,175 00000000000000001001e6b2828df7d66971a3bae34f1094f30cfb4a20c57cd0 538 0.29/1.00 vMB 24
352,174 352,174 00000000000000000b0ce57170fc8e433fafdfc000d5a6c880f3480f50ad6758 848 0.44/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.06 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: 651.18 GB
    • Received: 13.46 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.