Loading Tool

Explorer IconExplorer

Memory Pool

82,159 transactions
30.38 vMB
0.10223967 BTC
Random Selection Loading Transactions
Max Size: 185.40/200 MB

Candidate Block

Mining Attempt 92fd3dbb46e33fd1bc01d3cc21812e796e7faa6168c787a4a7ae5a50c640c05c
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 7547069803d79aa432bb224f6d01d1be069b73681400ada26eeea7733a2fee3f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,673
Size: 1.00 vMB
Total Fees: 0.03193713 BTC
Feerates: 402.60 > 3.20 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (313,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,935 601,935 0000000000000000000a02735b0205e983a452dc33484c1528236b453afcf75b 1,949 1.00/1.00 vMB 40
601,934 601,934 000000000000000000079bae5057985c24e312383ea455b911e1698680ec4748 1,268 1.00/1.00 vMB 40
601,933 601,933 000000000000000000098fd4a6569037888d595108aefb6b44483f6c9d11e522 1,891 1.00/1.00 vMB 35
601,932 601,932 00000000000000000003f8d5ece93b74cb7dea76b454eb8ee64effdb10489831 2,136 1.00/1.00 vMB 51
601,931 601,931 00000000000000000002779cf9c84dfe3931db05de5058db91533147962a8b2f 2,859 1.00/1.00 vMB 34
601,930 601,930 00000000000000000005f485e0de3fac9b0208207d7d48ab6775699a7192f240 2,649 1.00/1.00 vMB 29
601,929 601,929 0000000000000000000356427f710938f106c521e295bc18be0e3a9d9301b627 3,196 1.00/1.00 vMB 39
601,928 601,928 0000000000000000000f6b25bbb8e25526642d5da82aac037f389e49125dd899 2,639 1.00/1.00 vMB 32
601,927 601,927 0000000000000000000f5e15f04e933913c2d87f5b1bf3a0bc54a95dcb55b735 3,370 1.00/1.00 vMB 42
601,926 601,926 000000000000000000092fec81623ddefde93e9683a977f98f1abb1cb1314802 2,607 1.00/1.00 vMB 58
601,925 601,925 0000000000000000000c19865c01e62f20736a0eeafd3f5c53fb0e90c7d15ebd 1,744 1.00/1.00 vMB 32
601,924 601,924 00000000000000000011296a66a732c9442809ec5056298f1d812f3854309476 2,875 1.00/1.00 vMB 31
601,923 601,923 00000000000000000008b513faf24677fa98d38e8e4dae7ebec377d5ccb076a8 2,578 1.00/1.00 vMB 50
601,922 601,922 0000000000000000000542ce2acec89fd8eccf5da547f5cdbccbc4d5bdd85440 2,965 1.00/1.00 vMB 36
601,921 601,921 0000000000000000000e7d0744e909657c438e161cbba34630338fedbee0be0e 3,294 1.00/1.00 vMB 42
601,920 601,920 000000000000000000061b29ddf6ca08775b81575c9e5f0b5a7d40ae2d00a583 2,388 1.00/1.00 vMB 37
601,919 601,919 00000000000000000003b515cc7d92fb7a65f8f99c7d2f39d307781bbc5d84c0 2,724 1.00/1.00 vMB 58
601,918 601,918 0000000000000000000177df3604212e52019977235f018022dd81723cf472a1 2,955 1.00/1.00 vMB 37
601,917 601,917 00000000000000000006868b6d35335175fdf2f1011d1b11d9c2ea57c86dd6e2 2,801 1.00/1.00 vMB 40
601,916 601,916 0000000000000000000dae80a80560994fd48292c8f8712ee30f106977db2d94 2,701 0.99/1.00 vMB 45
601,915 601,915 000000000000000000014a97c7b3d95c0ced8daff2c12d332d15bbf9edeb85b2 1,997 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.95 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: 715.22 GB
    • Received: 17.67 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.