Loading Tool

Explorer IconExplorer

Memory Pool

87,893 transactions
32.53 vMB
0.15272751 BTC
Random Selection Loading Transactions
Max Size: 199.54/200 MB

Candidate Block

Mining Attempt 1da61afc6853203ebca66c940352210c5d886dfdac8374cdc6609b6730ec03ca
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root 24221c9156027bdebe6a74b6630df6ede133d172c1669c4352b4fc5886506e64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,452
Size: 1.00 vMB
Total Fees: 0.06830538 BTC
Feerates: 502.65 > 6.84 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (470,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,863 444,863 000000000000000000f148cab56fac89d1b253564e4b72a7d3b9c527c95f6853 659 0.31/1.00 vMB 71
444,862 444,862 00000000000000000206bbbe331ca47cd32c11b9c05964d0e48fad94d7f17ef8 514 0.99/1.00 vMB 19
444,861 444,861 000000000000000002d41f9a6b3dca83a48cf1d0f84a2135d648ce2ce6d22440 1,073 1.00/1.00 vMB 22
444,860 444,860 00000000000000000076117bbbea9d5e24a8fd8424ec2c06bdd9123e1719b1ba 1,720 1.00/1.00 vMB 43
444,859 444,859 0000000000000000023919450c370ecc0e0958a6cd41886ae83c215fe3577f9a 1,915 1.00/1.00 vMB 59
444,858 444,858 000000000000000002fbd34ad94d222f815ccb2481aa1cc24581b3e1fe35a198 2,212 1.00/1.00 vMB 72
444,857 444,857 00000000000000000266a9006c3c843ba796e0ea5a4b915dbcaf9cdcc04f9bda 2,965 1.00/1.00 vMB 104
444,856 444,856 000000000000000000e906251f295c54b5f30585219e1fa63d6715d5d5a734f3 1,857 0.93/1.00 vMB 58
444,855 444,855 000000000000000002b0cef3e006fdd636ea38bb674cfac0899a708915467aad 2,334 1.00/1.00 vMB 73
444,854 444,854 000000000000000001cfb075197b63d9ea4b4644208898994a0e66e2fe1988ee 2,078 1.00/1.00 vMB 87
444,853 444,853 000000000000000000b8c6eb545c7d5639711236cc0d34e49b27950dafe478b8 2,113 1.00/1.00 vMB 71
444,852 444,852 000000000000000000ac4ced2c7be7d28bf69198d0731ef75e1e3990bdca7c03 1,996 1.00/1.00 vMB 71
444,851 444,851 000000000000000000be4b642ee2a374eeedf3e38a4c069ba0c4e25c0361f1e5 1,912 1.00/1.00 vMB 69
444,850 444,850 000000000000000002c2745f594a055fe98a91c290311ee243bcf98ff6b4b430 1,487 1.00/1.00 vMB 120
444,849 444,849 000000000000000001d990b7e8dd0a9f81c85bddd19f82604a234990ab393286 2,207 1.00/1.00 vMB 74
444,848 444,848 000000000000000002eab82ba2dc12718e1168b6138734cbee8104b01e5cdac1 2,797 1.00/1.00 vMB 72
444,847 444,847 000000000000000000316439e0ce7218a12c38cb0f506112c0c7634186afae0c 1,565 1.00/1.00 vMB 66
444,846 444,846 000000000000000002e9da0c157d81d4c419edc54d6e873942c27cb43d0b7aee 2,729 1.00/1.00 vMB 77
444,845 444,845 000000000000000000b02f37cefbccf3e98e56d0655b40003bd07b86807f4890 2,266 1.00/1.00 vMB 89
444,844 444,844 0000000000000000023c451f98f5bc1f088de396a440410ec25d23a4a637a309 1,837 1.00/1.00 vMB 78
444,843 444,843 000000000000000002e650a986b570bb69612933965925505809382d10f4e778 2,727 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 782.76 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: 709.16 GB
    • Received: 16.85 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.