Loading Tool

Explorer IconExplorer

Memory Pool

72,197 transactions
23.55 vMB
0.11860328 BTC
Random Selection Loading Transactions
Max Size: 148.85/200 MB

Candidate Block

Mining Attempt dab34bec3b1229b95408c3c28387b592a9e2cb27e11ecec19fc3f081e8bb4b82
Version 20000000
Previous Block 000000000000000000010b2c16d60c0ca28cd48e438bbf0324ae96f9c29fef4c
Merkle Root 877a2cc4719df0721c2b2b5e73a5a5a80f79c9464fc2eb203b375ee14292a318
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,005
Size: 1.00 vMB
Total Fees: 0.04525939 BTC
Feerates: 318.30 > 4.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,665 (865,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
49,672 49,672 000000000c4ef23d123220afb546c0e6ff5c252b9a4bd75da19a8d4497593fe8 1 0.00/1.00 vMB 0
49,671 49,671 000000001750c31044091d71cf44ac98b6e5890637d4a6e701b375987fa207e1 1 0.00/1.00 vMB 0
49,670 49,670 000000000623681ea54b0ed4ebcc780413eb33500b8421fcca14cf8b59007989 1 0.00/1.00 vMB 0
49,669 49,669 0000000011ec377c3743b8329001abeea9eba623773aadbdd25a94259420dd6e 1 0.00/1.00 vMB 0
49,668 49,668 0000000006c34776e15207dfdf8214f16e6e174d53d064418020177a054d5262 1 0.00/1.00 vMB 0
49,667 49,667 0000000024d49bd055a88f97ea39ade6c9e9db095c5e311c153ea8a42a8ea073 1 0.00/1.00 vMB 0
49,666 49,666 0000000002596b484e6eca0c815bc852b990f97bece83c352313d8e20c71dd34 1 0.00/1.00 vMB 0
49,665 49,665 00000000038edeb0cdf36501a8ff1bc2e5772531604c78c239445e23249676b0 1 0.00/1.00 vMB 0
49,664 49,664 0000000021eb9abe7897e73b5fdee31611a8c5b72bf1a1bcd127fe09646f2a7b 1 0.00/1.00 vMB 0
49,663 49,663 000000001fea5409385529f4eb3cc3b43865b251f15e4546bdd847e30c60130e 1 0.00/1.00 vMB 0
49,662 49,662 0000000029336a5871d071eb9b58bc7a95d08c6b8fa3f983a15fe3d0da7375ad 1 0.00/1.00 vMB 0
49,661 49,661 00000000119bad64593305724bded7c523ace671bad89d051d0e54324b8fa2bc 1 0.00/1.00 vMB 0
49,660 49,660 000000002535e5e95d092f0e29b07296efe7aa8981c07809184fa21f37d69fc8 1 0.00/1.00 vMB 0
49,659 49,659 000000001450261841652487de3970568a8ac37f19658d3d05b7496746f6a89d 1 0.00/1.00 vMB 0
49,658 49,658 0000000021ea1e632d09c524b84f90879825ca096f0b3954bc44f54813894345 1 0.00/1.00 vMB 0
49,657 49,657 000000001a3589da84016e52d94b4a3ddc757077a05851f2538fcad43873677f 1 0.00/1.00 vMB 0
49,656 49,656 0000000004b10d40969b4856778e03f1406e6742c0858a3f15bc20acd2aea86d 1 0.00/1.00 vMB 0
49,655 49,655 0000000014abc6376f9b6a82ab57e1105ba04982b02e4acc483c440946114af3 1 0.00/1.00 vMB 0
49,654 49,654 0000000005d8f4c9e00752d4679b555f6e46d0c2940f093176b08c5daefc8ecf 1 0.00/1.00 vMB 0
49,653 49,653 000000000d1a09b98bd720c2659a496bc1bec3ef71e07021cc83b2a0ef0effe3 1 0.00/1.00 vMB 0
49,652 49,652 000000000f80b094afbcb1d7e0a8030dc65c27621376533a45ffd95d7910e8a5 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.54 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: 773.93 GB
    • Received: 20.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.