Loading Tool

Explorer IconExplorer

Memory Pool

25,628 transactions
5.59 vMB
0.02770814 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.69/200 MB

Candidate Block

Mining Attempt 3b9761825094218d21263bb6d8190bab14ecca8a117ef22648950a058f14c6b1
Version 20000000
Previous Block 00000000000000000000345b267982d34ee31839903b0f6a8bfad241a371fd9d
Merkle Root dd25039ab697cd5bb9e5dbaff2036fbb5c9b93662bf0d37f1b9c1489a056a5b1
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,615
Size: 0.54 vMB
Total Fees: 0.01449110 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,237 (715,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
197,938 197,938 000000000000018e4d714c9eab895ce68455c4ee8edb689a69e92eb5def3e8d2 256 0.14 vMB 19
197,937 197,937 00000000000004ba7f71b25f4c33832eab68817c4802ac0eb0a4ae6f8c717688 161 0.06 vMB 164
197,936 197,936 000000000000002c3e01ec5fc07afbd1dc4bff8bc176b7b245fe670c4a7749cc 644 0.21 vMB 189
197,935 197,935 000000000000054e5b4f6071335556b00c370e2f7599e7dbf8feff65cdb44eda 32 0.02 vMB 186
197,934 197,934 0000000000000549af5a905aa8c81aaa24bf00e8ebe910a11181c01d9b4b14d6 455 0.25 vMB 175
197,933 197,933 00000000000005e46755fe28e3d627092b54396f3c882158a6440b9fc16d3481 120 0.05 vMB 324
197,932 197,932 00000000000002d5a0953146ada9e5c8c4905911338f98bfff1ab3fad904e1cb 293 0.08 vMB 230
197,931 197,931 00000000000002185fc9cc3282098bd59005e1662c1f1e3dd63eeabbc85c1c6a 175 0.07 vMB 139
197,930 197,930 00000000000004d181c289cb2f04f052c726a60e82c55f119ff051323fc2b83d 129 0.05 vMB 110
197,929 197,929 00000000000000b93dd483320c1c74301cdc7052624356606c9e35d09cd922a5 512 0.18 vMB 229
197,928 197,928 00000000000005fd5a58c74fc4587e5f2418237be98aa52defdd7082ebdcae55 286 0.12 vMB 95
197,927 197,927 0000000000000028ac2b898c96340ec3d987a117c170400f8214bc24920fa367 512 0.26 vMB 185
197,926 197,926 0000000000000363f48071ea79dc24df5feffdc72b6159ae343cfad0f962c71d 512 0.20 vMB 427
197,925 197,925 00000000000000322bd41a17b655c986afb02e1b302f2ac1ba29d55366c11138 25 0.02 vMB 284
197,924 197,924 00000000000004d2a41e991feac7e556344fa10aef002f288b1b8b65a37b1185 84 0.07 vMB 80
197,923 197,923 00000000000001ba39dacd38bbcd9c79af0fceeea23d7147deba7311521940ff 238 0.06 vMB 81
197,922 197,922 000000000000035b8322a82c123d48004a4cdce9f7afc87a4643cee39f02c0d3 665 0.23 vMB 172
197,921 197,921 00000000000002d43c31e18c384bde37d63d3dc6627eed384e9b08d54526824d 10 0.00 vMB 21
197,920 197,920 000000000000002d1e4f27b4b62d5aa664a5139fc4741213a64486561c779343 129 0.05 vMB 152
197,919 197,919 0000000000000472bf6bd14011ef0f392cbd8628ee5e5be57503d560e11566e0 140 0.05 vMB 255
197,918 197,918 0000000000000412b7d96204ca48bc9aab3e1180cb77385acf36f76782afbe87 126 0.04 vMB 175
Previous 10 blocks ↓
Total Size: 779.27 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 79
    • Outgoing: 10
  • Data Transfer:
    • Sent: 42.59 GB
    • Received: 0.58 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.