Loading Tool

Explorer IconExplorer

Memory Pool

80,215 transactions
29.58 vMB
0.08961822 BTC
Random Selection Loading Transactions
Max Size: 179.27/200 MB

Candidate Block

Mining Attempt 298d81db3d0fa329e3277d12b14c5f6040674f3dca588fb3e304a1e601a5f15c
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 07091eeed2092d7b8da1201f2ba618ff8698ec23922fcc95b50cf10c18d9e218
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,326
Size: 1.00 vMB
Total Fees: 0.02698659 BTC
Feerates: 278.95 > 2.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (123,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,799 791,799 000000000000000000038a5341ef6ab24f277926b216d7f65a6b8a750e7928b0 3,497 1.00/1.00 vMB 54
791,798 791,798 0000000000000000000207181e7650201cf0ee9834b9b60ee2aebe03042de4ad 3,367 1.00/1.00 vMB 60
791,797 791,797 000000000000000000008c482ad50af50e1f1cef0d9fa890574f3662a20e9942 2,650 1.00/1.00 vMB 25
791,796 791,796 00000000000000000001b92959b855cd4aabfd45e9bb8671ff510903c56dcc09 3,482 1.00/1.00 vMB 38
791,795 791,795 0000000000000000000270091846a4bfffcea36fe45907cf287c2d133fe0427b 3,699 1.00/1.00 vMB 56
791,794 791,794 00000000000000000002c0a88c0d2c296ca83468191647f00a8b5bdd8a15dd09 3,256 1.00/1.00 vMB 56
791,793 791,793 00000000000000000003e5139411a8fc53f0fe59035a5cd32122f7a4e6777dfb 3,242 1.00/1.00 vMB 28
791,792 791,792 000000000000000000055fb96854d5ddb7799222a4cfc527499fb0a153d785ba 3,382 1.00/1.00 vMB 21
791,791 791,791 00000000000000000001fe00f6e0534fdd043fb42bd95eb6962724a7ceea2389 3,855 1.00/1.00 vMB 50
791,790 791,790 00000000000000000003d4e357afd687bbf1e9980c25ddd7f5bf0e1a39bd1e6f 4,648 1.00/1.00 vMB 29
791,789 791,789 00000000000000000000f90c04a192d52645f8ff53f85251b84f7d691b5329ab 4,118 1.00/1.00 vMB 28
791,788 791,788 0000000000000000000061594976dbff18a89e5c9351e931538b7e434c565375 2,251 1.00/1.00 vMB 30
791,787 791,787 0000000000000000000051d1b985a0b3e1758d1fcdfb9c01baa5a61c1d83a784 2,659 1.00/1.00 vMB 32
791,786 791,786 00000000000000000004714134a48720d73f05382304190c05ef8a1565471b09 2,533 1.00/1.00 vMB 31
791,785 791,785 000000000000000000055e60f4442689e70759063da52fe53c066d1cbeac2b87 3,387 1.00/1.00 vMB 35
791,784 791,784 00000000000000000004e4d461ec6ec6b43aed3d4cd6e1c7d4c1d226d87bdb29 2,871 1.00/1.00 vMB 47
791,783 791,783 0000000000000000000056c531e8580999d74ecb6182089a0136145f00e6a299 507 1.00/1.00 vMB 19
791,782 791,782 00000000000000000001715a7c59aa6777f2be441ac748197230ec1d4ab539f7 3,294 1.00/1.00 vMB 36
791,781 791,781 0000000000000000000575db7e7a01bae30a7402be0b2572eef79e353b58bf6f 305 1.00/1.00 vMB 17
791,780 791,780 000000000000000000049bc95c477bb0b7eb8463c3b9b664de9347e78e8da0d8 3,053 1.00/1.00 vMB 28
791,779 791,779 0000000000000000000543bebe8214813c052b98b3435e7f91c7f9746f97c7ca 3,373 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.56 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: 670.04 GB
    • Received: 15.81 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.