Loading Tool

Explorer IconExplorer

Memory Pool

41,894 transactions
28.98 vMB
0.07075958 BTC
Random Selection Loading Transactions
Max Size: 148.51/200 MB

Candidate Block

Mining Attempt 3afc093923e8d6a13477cc33417405e446a51fa5a2819fca83c50293c9aa10bf
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root a66bcc79e8ca74708abf908e125fa3465c17dd509c78f10833ac4d95d26cdc8b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,713
Size: 1.00 vMB
Total Fees: 0.01430644 BTC
Feerates: 100.36 > 1.43 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (235,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,938 678,938 000000000000000000053e6b16f0b5ca3068ac5ba30f60872154784891b3c3f4 2,854 1.00/1.00 vMB 98
678,937 678,937 0000000000000000000627d3256dcc132b145fdd7bd0cdee870a2e3774423bc6 1,433 1.00/1.00 vMB 74
678,936 678,936 000000000000000000057b8cf079c7855dd7e22870667ffad5289a4c2b22d6df 1,404 1.00/1.00 vMB 76
678,935 678,935 0000000000000000000599f51c7891165f7680177b9a5d6e0b0cc08893633893 2,576 1.00/1.00 vMB 82
678,934 678,934 00000000000000000008a9b1d1cca655081b39fb9d283f64a8988d7f18ded8fa 2,556 1.00/1.00 vMB 91
678,933 678,933 00000000000000000008192b56964a076657f669392a2b8a1b53a0ac32a740b3 1,723 1.00/1.00 vMB 84
678,932 678,932 00000000000000000000b76dc28b280b2bdf28a39abdefa0be101d965568cb2e 1,811 1.00/1.00 vMB 85
678,931 678,931 0000000000000000000af2f5dda0ab73517bc6c6de43e03958918ecc092b72b6 2,827 1.00/1.00 vMB 64
678,930 678,930 00000000000000000001e22983c4ceb15e41af5f0274023d832d1c53fee90681 1,627 1.00/1.00 vMB 66
678,929 678,929 000000000000000000042b7db55cba988d6b27ebe02270ae4ec0ccd312124e1e 2,773 1.00/1.00 vMB 65
678,928 678,928 0000000000000000000ab0f7d32cdfbbc1be53e31a1a45aeda4799c66432a664 2,710 1.00/1.00 vMB 90
678,927 678,927 0000000000000000000645d9168fc46402183cfb93cad9dbddb76f5a813c1eb2 2,701 1.00/1.00 vMB 84
678,926 678,926 0000000000000000000a27f7ae7b797a85cc298d20c09fc8f1f25b4649e38d93 3,293 1.00/1.00 vMB 121
678,925 678,925 0000000000000000000424629fd629c73da40854b618587c1b429087bf72781d 2,946 1.00/1.00 vMB 101
678,924 678,924 00000000000000000007d675b8d36b7a0d13fa600473854892a20f30e95bd8ec 2,918 1.00/1.00 vMB 88
678,923 678,923 000000000000000000064c2e6fd0709e4511f774445599ce6bf786a412672fdc 2,426 1.00/1.00 vMB 67
678,922 678,922 00000000000000000000961de6996f15a68ab1b9f96c45b51be7b4b691354bf4 2,449 1.00/1.00 vMB 45
678,921 678,921 00000000000000000000cd2cdf549d76807f0e1cce4069599d9259b983def57c 2,005 1.00/1.00 vMB 58
678,920 678,920 00000000000000000007c7704c19f47fddb768f9e2058db37be016cb394e83b5 3,051 1.00/1.00 vMB 56
678,919 678,919 00000000000000000004b7cdd2cfdb681075eab3f081193e1d1c27354e9279b3 2,712 1.00/1.00 vMB 73
678,918 678,918 0000000000000000000a8009675ea41ea24e8206d4b6e1609444b9172c46fc64 3,082 1.00/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 781.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 629.30 GB
    • Received: 11.90 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.