Loading Tool

Explorer IconExplorer

Memory Pool

31,492 transactions
25.19 vMB
0.08598107 BTC
Random Selection Loading Transactions
Max Size: 125.91/200 MB

Candidate Block

Mining Attempt ade5637b26ed858019b36065de5b500b5319d777c5581d00fc20f8239ceb6ec7
Version 20000000
Previous Block 000000000000000000001add1d4255d5d6c3338fec14caa760f6a5fe24cc9f9a
Merkle Root d2b1bd5848913cd8b19f48efa205a47633339ddff35d1cb258a77bd96e317ee1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,488
Size: 1.00 vMB
Total Fees: 0.04069607 BTC
Feerates: 150.93 > 4.08 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,703 (339,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,210 575,210 0000000000000000001aae8355b0631d899763e69505775204f1cb8e51f4bbdf 1,518 1.00/1.00 vMB 62
575,209 575,209 0000000000000000000507e91220b92278fdefb62f27c44fa966b006549c949e 1,397 1.00/1.00 vMB 58
575,208 575,208 000000000000000000135954219b4e6931ec9de541d44408a518b6a86458b3a8 3,008 1.00/1.00 vMB 105
575,207 575,207 00000000000000000021027539ea6dccf8deb1ab8047f89bd0ce8431c63a60e3 2,282 1.00/1.00 vMB 70
575,206 575,206 000000000000000000242ee6a7846c3b2adacbd33fa732e3caffaa174c99eb10 1,894 1.00/1.00 vMB 44
575,205 575,205 00000000000000000024f01c24c14e7ada9f53345cf47f2c37da7043b8d5835f 2,764 1.00/1.00 vMB 79
575,204 575,204 0000000000000000000568ee39317178eba8c877ebe2e3bf580be70e3f496c8c 1,533 1.00/1.00 vMB 15
575,203 575,203 000000000000000000260968377d4de9eea5200dde3a55686ed942b3e3d6654b 1,071 1.00/1.00 vMB 19
575,202 575,202 0000000000000000000e02770fa0aa4dedb3cc0fb095a3d368ce2298064a1351 2,609 1.00/1.00 vMB 25
575,201 575,201 00000000000000000023a38df5d94999220a8140bb3f0daa2626dabd0ac65238 2,585 1.00/1.00 vMB 57
575,200 575,200 0000000000000000001732a123dfa3f9398a4a781c52d2722995c2a1ef28f2b1 601 1.00/1.00 vMB 60
575,199 575,199 00000000000000000013bdbd03e9bfb4681ec28b85713b491ced5f952c09b9f3 1,736 1.00/1.00 vMB 54
575,198 575,198 000000000000000000124e94efe0c9c52d4927f3950d91daf41f5bf362857e58 2,515 1.00/1.00 vMB 71
575,197 575,197 00000000000000000025b5610c4fdb00dd64b23b8a450ff2bfeaae4353798e75 2,015 1.00/1.00 vMB 95
575,196 575,196 0000000000000000002890eadf20a8bc36b1f11f06e1f11565228ba727def0d0 3,526 1.00/1.00 vMB 105
575,195 575,195 00000000000000000024606adcb0f1ea5f6ffdeaa8d8f60bc7f68a3bfb4a23dd 3,669 1.00/1.00 vMB 106
575,194 575,194 00000000000000000023077adddae190e7cb22049fe1f4ab780044791819a4cd 1,905 1.00/1.00 vMB 17
575,193 575,193 000000000000000000024b19722a980a1462bdbea7083891429692ca9841d63e 2,764 1.00/1.00 vMB 30
575,192 575,192 0000000000000000001150a0faeae3cbcc444a4acd2a141d05882e05a9b9f030 2,853 1.00/1.00 vMB 45
575,191 575,191 000000000000000000272d42034c37e7400a9a25733d6f8c9343ac34939bd870 2,436 1.00/1.00 vMB 75
575,190 575,190 00000000000000000021a9f98b1b5d5d9d3017a780a74561173d26f6d47d81ca 3,107 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 781.86 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: 642.35 GB
    • Received: 12.54 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.