Loading Tool

Explorer IconExplorer

Memory Pool

53,646 transactions
31.45 vMB
0.10604323 BTC
Random Selection Loading Transactions
Max Size: 169.61/200 MB

Candidate Block

Mining Attempt 1d3b60862267956a534bc879516f45c98881de0e9ab7ce0f5c566bf1739514d4
Version 20000000
Previous Block 00000000000000000000b5c797f30f3f01ba588d1023c3962ed65aa0aaae2067
Merkle Root 7255b3b3d568a5f4da9e1f81900fb048c98af5eabd97a3ee043c3278a1261d2c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,133
Size: 1.00 vMB
Total Fees: 0.02426652 BTC
Feerates: 18.19 > 2.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,826 (483,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
431,305 431,305 000000000000000002818cb7f079a5daff2c68f3bf2b52d768c983ae1b6bc816 2,011 0.76/1.00 vMB 61
431,304 431,304 000000000000000004191c71daedcfd5ac006ef3a76f5a81d6ef12668f2d739a 1,905 0.71/1.00 vMB 67
431,303 431,303 000000000000000000682046c93a73cc9d0f511c97621966b2fce4506f3ff6e9 239 0.10/1.00 vMB 85
431,302 431,302 000000000000000004d328ea3d6f9a2ec78d95376ae2473d35fb0adb248434ba 42 0.01/1.00 vMB 56
431,301 431,301 000000000000000003be3f6ac363225e6607d1e419eeb844680061593ff5c8f0 564 0.22/1.00 vMB 72
431,300 431,300 00000000000000000211727d80bbd29a2f1f200bac1e4e79ed1fe33e7d9eefea 1,882 0.77/1.00 vMB 61
431,299 431,299 0000000000000000031ccdc565621e14c2a6354e05b1240790309b1071eb0bf8 1,927 0.77/1.00 vMB 64
431,298 431,298 00000000000000000306ddaa348d789c5c97f9dc30d09a4e5b14a23f35814f8a 2,124 0.77/1.00 vMB 69
431,297 431,297 0000000000000000025fcfac733175210714ed7799b6dee2d69c0a20b69c7731 1,674 0.79/1.00 vMB 64
431,296 431,296 00000000000000000135a25139110b86a7734150adec9d16f0e4f11cfc8a80e6 1,939 0.78/1.00 vMB 65
431,295 431,295 0000000000000000007fd2d20f4b60bf6dfc2bbbf04170fdbfe87cc8a6bbb61d 656 0.29/1.00 vMB 64
431,294 431,294 0000000000000000034380d8d50ae3ba757fe3650488da3e7a24c3fa23285fda 9 0.00/1.00 vMB 265
431,293 431,293 0000000000000000041abe71295bd5e3e188a520d79f849c32e172651c52fcb7 453 0.98/1.00 vMB 20
431,292 431,292 00000000000000000289809b18e694f0bf3042e0bfa6f77d0128015c552f1a89 1,537 0.98/1.00 vMB 44
431,291 431,291 000000000000000002568eadfcb3dd84033dd5687f5a15b83f79e128d66e0394 1,211 0.44/1.00 vMB 72
431,290 431,290 0000000000000000031773f8feeb00d274c1a7d71d87175aa87470a984cd0462 2,337 0.99/1.00 vMB 65
431,289 431,289 000000000000000001e16428caf2cd74ab395b33f8eb0f4ca7566c4a932e48b5 1,719 0.71/1.00 vMB 69
431,288 431,288 000000000000000003d1d155a94224e34338124efbe908089bccfd2aa15c0d24 373 0.17/1.00 vMB 79
431,287 431,287 00000000000000000456dd0fefd8b60860e8aa3692297b0a72f6fe0e975ebeb5 1,339 0.98/1.00 vMB 38
431,286 431,286 000000000000000002405dc63622d01567635218a3e5f58f35492b2c3c57065e 698 0.75/1.00 vMB 28
431,285 431,285 000000000000000003fd540ab903dd12249c165b45438ca9880a361b79339eff 1,625 0.60/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.08 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.43 GB
    • Received: 13.56 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.