Loading Tool

Explorer IconExplorer

Memory Pool

81,052 transactions
30.07 vMB
0.09502251 BTC
Random Selection Loading Transactions
Max Size: 179.30/200 MB

Candidate Block

Mining Attempt 6ee40dabd3a1df97adeeeb5c0776a5320df4127cd2500d93b5e89e03c0f15359
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 2e8362f68da5420589ee21bee3f9eb79397a0d725d93ee907b90eafac5ba7d9d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,691
Size: 1.00 vMB
Total Fees: 0.03160959 BTC
Feerates: 100.37 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (137,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
777,821 777,821 000000000000000000029e238f53df77a325e9c7a88a8ef6f83fb461a18fcbef 3,525 1.00/1.00 vMB 22
777,820 777,820 0000000000000000000233d0fd8a1466ab6c7c75e4cd51225964de18d470c030 3,341 1.00/1.00 vMB 27
777,819 777,819 000000000000000000045ee9e8e12f3911edea1c4676875431d7f9e3b72df431 3,283 1.00/1.00 vMB 19
777,818 777,818 00000000000000000004d6b94741859bc751b35f7db927afdf6984f21996409d 718 1.00/1.00 vMB 2
777,817 777,817 00000000000000000000df1bd50c6f21bbee605edba1c8510bd253634c93994d 2,162 1.00/1.00 vMB 6
777,816 777,816 00000000000000000006fcf43b1ea747e64855f8e7193dda4132f5e72cb94266 2,829 1.00/1.00 vMB 13
777,815 777,815 000000000000000000052a20dbdf1d1b6af0323b7c31b4c4735bb7cfdb45f2fd 1,963 1.00/1.00 vMB 12
777,814 777,814 000000000000000000035b2dbe782d289d5bd556c28c0d70235176f60aaa86f7 1,159 1.00/1.00 vMB 16
777,813 777,813 000000000000000000051a381741140e2d38db8c620c13e639442317d25e5e9b 2,120 1.00/1.00 vMB 22
777,812 777,812 0000000000000000000199ad0aa0299b25c13df12aafdf2640eb04fde0147593 3,076 1.00/1.00 vMB 17
777,811 777,811 00000000000000000005ddafac01c871fd1f55cabab99b734aacc2df27d62786 2,261 1.00/1.00 vMB 12
777,810 777,810 0000000000000000000418724be23b9531f5b18972922e17fe510189eb38c35c 3,915 1.00/1.00 vMB 16
777,809 777,809 000000000000000000021f5262a6ad045a6f4c31de2c5d2081d803827ba9a8c7 2,316 1.00/1.00 vMB 21
777,808 777,808 00000000000000000000e03d33e98e06482c8eb1501c01363073db5f18d6e739 3,235 1.00/1.00 vMB 37
777,807 777,807 00000000000000000006bd94cdea0c2ee23358dd56fca5a6a965b9dcb4b151e8 1,040 1.00/1.00 vMB 4
777,806 777,806 00000000000000000001992941cdab720c633f5d283e1d181dfa725412c3e7ae 1,328 1.00/1.00 vMB 4
777,805 777,805 0000000000000000000020e4ca5192b0882bba94a3a0a1e4c4a18d73135b1b5a 1,692 1.00/1.00 vMB 4
777,804 777,804 0000000000000000000624af4f79803af3a5403624ce3aadad6cc16bb729e26f 2,864 1.00/1.00 vMB 12
777,803 777,803 000000000000000000058521af86fe40fbb7feaaf93340e75fbbdea12d4fb131 3,458 1.00/1.00 vMB 26
777,802 777,802 00000000000000000002a2cf6fa8dd22b71a7daefaafef3f60b8ecd842750e27 2,103 1.00/1.00 vMB 4
777,801 777,801 00000000000000000004313a9d058513542551f3679a06f11f80f93540597352 1,417 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.50 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: 668.42 GB
    • Received: 15.51 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.