Loading Tool

Explorer IconExplorer

Memory Pool

45,199 transactions
28.78 vMB
0.13217952 BTC
Random Selection Loading Transactions
Max Size: 149.86/200 MB

Candidate Block

Mining Attempt 8b62a1f341a993ec89234dbbe4075a4a0b1bd7008156af41b4eadb4e2e4fd187
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 53c94f8bc711ddea4c660ab1d1e6bac6b77f147b03c71eb37909797c54d182ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,579
Size: 1.00 vMB
Total Fees: 0.03733934 BTC
Feerates: 78.42 > 3.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (524,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,924 389,924 0000000000000000074c8177274d62660c96af885de54e788dbb1515106c7505 725 0.93/1.00 vMB 16
389,923 389,923 0000000000000000085411c4b4e2ec7516dfba15dde5cc93c089406c83819b9d 1,188 0.93/1.00 vMB 22
389,922 389,922 000000000000000001ebdcb070b3efcc9997ff578e9929cd3400ee2c13131a22 2,532 0.95/1.00 vMB 41
389,921 389,921 000000000000000007688e48af8d70d727972d69a1659e7b2912c063fb6ebf87 1,160 0.75/1.00 vMB 24
389,920 389,920 000000000000000006c2a43f47f25acdaa74b661873b9872c96390da067ec2f3 2,216 1.00/1.00 vMB 36
389,919 389,919 000000000000000002af9a8033aa8b524fd59a90edec7f33b113ba7c7f716041 1,309 0.95/1.00 vMB 20
389,918 389,918 00000000000000000133360905326fd1fe383be6f8fe52d856a7dc45cf9888e4 1,931 1.00/1.00 vMB 36
389,917 389,917 000000000000000002ef233209a6a6c1f2cf97e39c176b1b2c032ba154938cb4 1,656 0.75/1.00 vMB 34
389,916 389,916 000000000000000007a89bf1c91f638d33ffc63f83cae979dc17e8146dfa0974 1,958 0.93/1.00 vMB 37
389,915 389,915 00000000000000000a22ca1b62bd6071fec0ffdf885a0a44452626080a1bf171 1,815 0.95/1.00 vMB 24
389,914 389,914 000000000000000009a2bdb718d3455405b0c8f77489193af1741b9da2e9ce73 2,410 1.00/1.00 vMB 38
389,913 389,913 00000000000000000a78878c47d108f82f0621656156fc8345282d5c001aa598 1,851 0.75/1.00 vMB 39
389,912 389,912 00000000000000000938dc35eb8ee34134ac5beaa70caa506681b4c42a1d50d4 2,397 0.75/1.00 vMB 55
389,911 389,911 000000000000000007f9481c356ad1ba38ad92c000951b6d023f5d5170fc9499 2,544 0.93/1.00 vMB 63
389,910 389,910 0000000000000000018d0979244a97dbf319bf3304304ff6f6e222d1b1cb0a6a 2,692 1.00/1.00 vMB 33
389,909 389,909 00000000000000000b986eb7e5c98ddadbc7f9696c0dde91008fa4fc396f0276 3,349 0.89/1.00 vMB 70
389,908 389,908 00000000000000000649588c81df5168a24813ae9317d1f5787c7ec844dc5ef9 2,416 0.95/1.00 vMB 39
389,907 389,907 0000000000000000007122a8da8289d9f0d9aedbd2ae3e7c8506002abf9c1374 612 0.22/1.00 vMB 44
389,906 389,906 0000000000000000084d9061fba791fd3f12ef6543947caaf3a77ac4b9e90c6c 2,402 0.93/1.00 vMB 38
389,905 389,905 000000000000000003fa24dc1b85ba0657ac1a68232e7a1e4ea69d2560c2532f 201 0.14/1.00 vMB 19
389,904 389,904 0000000000000000032427d88afef97a7bdab17f7751d296d653b814f5f35088 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.88 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: 645.01 GB
    • Received: 12.64 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.