Loading Tool

Explorer IconExplorer

Memory Pool

44,004 transactions
31.40 vMB
0.10041679 BTC
Random Selection Loading Transactions
Max Size: 159.80/200 MB

Candidate Block

Mining Attempt fb3e19638e5e0a541a3546475055f00a6f46588c8bc81134696ece42afad45e4
Version 20000000
Previous Block 000000000000000000015cbe27a61f38bc7dc0ddfdfb5d2a13fec1a6f44d5769
Merkle Root f16380238d3d2e2bbf818e3a590bfa9cd2252c402c9f23a342466c6c8d00c136
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,181
Size: 1.00 vMB
Total Fees: 0.03563624 BTC
Feerates: 150.41 > 3.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,456 (857,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,715 56,715 000000000fc514233fa01b09c49af2047f2d4e2d509d8ff0ec355e022c4a4122 1 0.00/1.00 vMB 0
56,714 56,714 000000001334ff368a2ae226c31ba0040049a238a467e418f6be9faab6582252 1 0.00/1.00 vMB 0
56,713 56,713 000000000f2048d8885aafeff642f2c9b15e4c1de20a12eb3b16c4aa726fe4d5 1 0.00/1.00 vMB 0
56,712 56,712 000000000f33e71d1bee355548b3911ee70ae4fad699d715f1ccd34656a2abb1 1 0.00/1.00 vMB 0
56,711 56,711 0000000008fc66aac62e21231f44ee9c4cc95f926c2c6fd95549e42433b12cc7 1 0.00/1.00 vMB 0
56,710 56,710 0000000003786a4a9a0f34e3d6a0e83778dcb414c1a4db1b862d34d101ddf9c5 1 0.00/1.00 vMB 0
56,709 56,709 0000000005cc936716b09505266628e9fc058396a5260d4d1c42ccbd2c47964f 1 0.00/1.00 vMB 0
56,708 56,708 0000000000ad919208d5f970589ae25ac19709377da9c311f1b9220488482745 1 0.00/1.00 vMB 0
56,707 56,707 0000000004ffe46444a4758e8dc7b99cdcf2a1bf14ddfcbd083686887435babc 1 0.00/1.00 vMB 0
56,706 56,706 0000000000b44d5aa00838dc7066e225e012145191fe99a3ac951efb36cfa982 1 0.00/1.00 vMB 0
56,705 56,705 000000000c43f160817c9b09f8ea77e4dda58d5d82e7d403f02201e5fb327a2a 1 0.00/1.00 vMB 0
56,704 56,704 000000000fd1c8c3c0862dfd51fbbeca6ef68cb20d1c06b46ef0a99803c7ce61 1 0.00/1.00 vMB 0
56,703 56,703 000000000bdbc2b983c57fbbae505e66843a607874c6ec49adec19de17d90667 1 0.00/1.00 vMB 0
56,702 56,702 0000000008de6a5ac01142997472cd2df06b5423c6cb1bea2dd35210582994b8 1 0.00/1.00 vMB 0
56,701 56,701 000000000ba80f9eac42e53aa3f237bf144c7a3d2c97db4c020b2808a74f3e75 1 0.00/1.00 vMB 0
56,700 56,700 000000000e85ce4a331c054417de618e31b1da0be4d05b359dbfb01d380f7316 1 0.00/1.00 vMB 0
56,699 56,699 000000000c8275e794200191732711dfa59fabca2db6b04e99207d082d7ce285 2 0.00/1.00 vMB 0
56,698 56,698 0000000013a001e8a299511c1f17580467e816acb94792ab45fa05d599208fb8 1 0.00/1.00 vMB 0
56,697 56,697 000000000f40979b704e2c4a97a41f2e1df1bb28eb191de49f7fd059b78db518 1 0.00/1.00 vMB 0
56,696 56,696 00000000012dac4782e949f9a33b5e4ac901a373ba44a70c595ef97f33a60951 1 0.00/1.00 vMB 0
56,695 56,695 000000000449031a0a31ba235cde1ce710bc877f45a47a6bb9b9c848e969cd9c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.42 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: 606.17 GB
    • Received: 10.61 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.