Loading Tool

Explorer IconExplorer

Memory Pool

71,251 transactions
26.67 vMB
0.07070014 BTC
Random Selection Loading Transactions
Max Size: 161.46/200 MB

Candidate Block

Mining Attempt 008e47743b8ca4dbd485755900c042638a7e4e11fa9c1e7c0a44f351964b89b0
Version 20000000
Previous Block 000000000000000000010510778f2db47a93769c70434d373b6ecfdd9aab40e5
Merkle Root e007163e3deed159c8ad3c33d8fec5a69eb7272b80c209d7f74ebc2262754032
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,046
Size: 1.00 vMB
Total Fees: 0.01379419 BTC
Feerates: 477.45 > 1.38 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,464 (789,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,820 125,820 00000000000006dce738f5f5abab307e43de3c6b14668c2b594385aacc2a0607 17 0.01/1.00 vMB 1,084
125,819 125,819 0000000000002e8b769089e9405dd29b31a1bd3f4072ff0c2601186ad6e29dcd 28 0.01/1.00 vMB 969
125,818 125,818 000000000000085303bdac939149e701da96a910872f526cfd1bb48c05c19854 5 0.00/1.00 vMB 489
125,817 125,817 00000000000039e15ca00b1bd695ba4ae4843fda696dadb9e8fbf5a95f7d83c4 14 0.01/1.00 vMB 688
125,816 125,816 0000000000003efca89b9a1eaa7d285d8caa0ce67a7cacec08e1e5d78583af0c 62 0.02/1.00 vMB 2,393
125,815 125,815 0000000000000a59101e59f401c2f54aa5827daa04208aef67885e539ec25c47 24 0.01/1.00 vMB 715
125,814 125,814 000000000000284c68448de198a53c58469255812e9eaf66b8db2c01bac3bcb7 15 0.00/1.00 vMB 1,306
125,813 125,813 000000000000236d0530ed294db7841eb16e5ae6b581a5cbcff589ce504f9282 27 0.01/1.00 vMB 241
125,812 125,812 00000000000031dda0ff0c584288ed460ef63b9e8ce849de5d87d60b31ce99a8 130 0.04/1.00 vMB 348
125,811 125,811 00000000000008eac7bd14f462c076c63302c92838e9c39085d0d92da62ea8f3 69 0.03/1.00 vMB 828
125,810 125,810 00000000000009755b65f42534a48d45bc2f43c7f98357d27aac1be9f7527c36 29 0.03/1.00 vMB 1,163
125,809 125,809 0000000000000e92a85631cc42eb15fd61b460e1ba96e5922d784339adec2802 9 0.00/1.00 vMB 724
125,808 125,808 000000000000234434c1f46378829e63db72531aa6cdfff68f1d8259884a0862 12 0.00/1.00 vMB 748
125,807 125,807 00000000000028dbacdccfcd9eb32a99393f32e67583f2f2865cfc0f66d6e697 23 0.01/1.00 vMB 434
125,806 125,806 0000000000000de369b2fcde11b38fba736f8ec7be8b8400e30d2597fba0fea7 10 0.00/1.00 vMB 2,398
125,805 125,805 000000000000013b1b77aa9f45c29e8078fa032d12ca79c7aece3cd917e5dc11 8 0.00/1.00 vMB 396
125,804 125,804 0000000000001f9a5f110b57320a6002452c10e220655614cf5806dbb79f618c 24 0.01/1.00 vMB 940
125,803 125,803 00000000000040da22791a86636e11d43d6e75185c5824492bf76f958aec1985 3 0.00/1.00 vMB 3,883
125,802 125,802 0000000000000370431120b25a6bf818a82d9000ee6d0c5c23322681be232cd0 138 0.05/1.00 vMB 936
125,801 125,801 00000000000028b96c9030cbb7379f1747f98428cb79b548147cf1129dd1c97c 34 0.02/1.00 vMB 989
125,800 125,800 00000000000005bacf89beca55a0354b961b5126c96dd73b807e80a0eb6c45dc 10 0.00/1.00 vMB 1,033
Previous 10 blocks ↓
Total Size: 783.20 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: 754.49 GB
    • Received: 18.93 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.