Loading Tool

Explorer IconExplorer

Memory Pool

42,235 transactions
28.71 vMB
0.09617104 BTC
Random Selection Loading Transactions
Max Size: 148.31/200 MB

Candidate Block

Mining Attempt 86a2ce8e938c2d7e201980a2fb859a04b001c2536d5d058431b18509c0d7ea61
Version 20000000
Previous Block 0000000000000000000092b77d861228f9f2f090d6e7fff4805104c96d9d1447
Merkle Root a9dc0f1a095b9fea9912baec84a202032d89d26bc6bfabd10c467e41235f00b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,507
Size: 1.00 vMB
Total Fees: 0.02596518 BTC
Feerates: 54.30 > 2.60 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,305 (833,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
80,900 80,900 00000000002e8de626dcecfddfe1c6d3a627b519f35a1a14cc6f5e3758e52037 3 0.00/1.00 vMB 0
80,899 80,899 00000000002933b1f6a29be7bb9f176c4e0d76dfc1227633e4ae95b15a552fb5 1 0.00/1.00 vMB 0
80,898 80,898 000000000003642fc326cb43e4c4aabef42789dc3948fcebd5ecf639383d1630 2 0.00/1.00 vMB 0
80,897 80,897 00000000001efb2487702fc68188fd5df85263e0336fd6b33e1bb0bae9bce6de 1 0.00/1.00 vMB 0
80,896 80,896 00000000002be26a6b57862c67c555ca72c4ff4bbccce8ee29aa6a5baefa341a 4 0.00/1.00 vMB 0
80,895 80,895 00000000001d388937846e197d13986a84b35aa43cc3c9ffb227217ae998c114 4 0.00/1.00 vMB 0
80,894 80,894 000000000043d6a8b04bd20301869d90d2ab1c0ca1e0bdb8368ea7fd3aab2ce5 1 0.00/1.00 vMB 0
80,893 80,893 00000000000b1d76980b81c0dac628dae328cfbb5879e9b51e6ab4e5d82b9fbb 2 0.00/1.00 vMB 0
80,892 80,892 0000000000203198e65a4115d4979056d125dd915646fe010b774683c70ee283 2 0.00/1.00 vMB 0
80,891 80,891 0000000000431b33cfea62420208905738bbb385fbc520f0e2b2fe278bab1664 4 0.00/1.00 vMB 0
80,890 80,890 0000000000441f97ff8bb1c5b2f6aa15af71904b27c4c47a420a3657d94533e2 7 0.00/1.00 vMB 0
80,889 80,889 00000000003b0af1b8d94dbba521e927b4937002f53176f82cd86b2d7fc4260a 1 0.00/1.00 vMB 0
80,888 80,888 00000000004371d4a5d7ebd4180e30fbb5ffb5fd08745ba4d0bc1b1cd0b59037 2 0.00/1.00 vMB 0
80,887 80,887 000000000029a801108d77a0cfac41e89bf172651fa7a8400ba2429ddae1d3d6 2 0.00/1.00 vMB 0
80,886 80,886 00000000002b22baed1e959351429c3b86e41d7735a1a8805196b752868cb4bb 1 0.00/1.00 vMB 0
80,885 80,885 00000000000bba97970b3dbde17420f0bd510103bb16a57d4b64163518893233 2 0.00/1.00 vMB 0
80,884 80,884 00000000001c283e97e4760e6acf7e4c0390178d7b77bd5bea52385959f2a75f 1 0.00/1.00 vMB 0
80,883 80,883 00000000000bf5c57954473ebd52a510c3df76663afb6d58119cc44c43f17fc5 2 0.00/1.00 vMB 0
80,882 80,882 00000000003328f26a0923221c2e6017196fb71ed787b9495ab6d5aba34ba958 2 0.00/1.00 vMB 0
80,881 80,881 000000000013eff9767684b314296807c23ea25c49ad651cd2b7fb7c8ce559c4 1 0.00/1.00 vMB 0
80,880 80,880 00000000002748b482b99f2f83fb229bca7a962f44f60d31a0c29bcd6843a2fa 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.13 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: 581.41 GB
    • Received: 9.10 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.