Loading Tool

Explorer IconExplorer

Memory Pool

82,068 transactions
30.30 vMB
0.09274786 BTC
Random Selection Loading Transactions
Max Size: 182.50/200 MB

Candidate Block

Mining Attempt 05246577c19a74000807fe4212b6c702aea390f99b9b2c308804dc279b5afe6c
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 91da05be42ba6fb253b5bae73abb90289d8f5b39c614d3e70b7f65bcb7613139
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,760
Size: 1.00 vMB
Total Fees: 0.03064663 BTC
Feerates: 454.44 > 3.07 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (497,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,945 417,945 000000000000000002c4a11d302268e56c3d49a20312d71cc0f6e3f1712c1ab4 2,132 1.00/1.00 vMB 40
417,944 417,944 000000000000000004140e592afd78c4e41c10772d260c7cf0f4448cb08472a6 1,591 1.00/1.00 vMB 42
417,943 417,943 000000000000000002e4451bc98b4162e2fe22bd2bea4966f7574fcfe27478a9 1,065 1.00/1.00 vMB 58
417,942 417,942 0000000000000000053999e14027242c22566ed5f52e344d348e36fe0bc45c53 182 1.00/1.00 vMB 64
417,941 417,941 00000000000000000223d5c0e4648be74290ca9b9d440c6a0c0f229d83742dbd 1,671 1.00/1.00 vMB 99
417,940 417,940 000000000000000002b1e4738ef89548214446826cf29e2bf7b2575aa50a9abf 2,063 1.00/1.00 vMB 63
417,939 417,939 000000000000000004e12514b7304dc5c8ee790b6d8b50bd464c39681296a19f 1,848 1.00/1.00 vMB 45
417,938 417,938 000000000000000000f4a12e5c7db03dc27e010d5996c35595550eba9782a0da 2,983 1.00/1.00 vMB 89
417,937 417,937 000000000000000004afce4d6e2cab6583bee692c6c35f6146363a4ea28df52b 2,151 1.00/1.00 vMB 42
417,936 417,936 000000000000000004d7d253e2f3ed598e92d41c8062abcca31ca694d1c3fd98 2,700 1.00/1.00 vMB 84
417,935 417,935 0000000000000000013f0526a70fc00c9dbf0594c24cd2c7fc83fcfe8d5585fb 2,979 1.00/1.00 vMB 78
417,934 417,934 00000000000000000350c8de210cfb69318dc0f4e026c7a6b00af7d08438316b 1,037 1.00/1.00 vMB 29
417,933 417,933 000000000000000003b91d15995d95832f6f54fc197d8519a2afddd8490ff92f 1,286 1.00/1.00 vMB 33
417,932 417,932 000000000000000000f21531123290d347eca43eadf90b53749b0cc453cab47c 1,857 0.99/1.00 vMB 61
417,931 417,931 000000000000000004e5942dc1a5a8464043729c503e133efc0ea91fcec2ca8c 2,194 1.00/1.00 vMB 52
417,930 417,930 00000000000000000512e7726f800cc45ead292da81bf20c83d35331d3b56bb3 2,096 1.00/1.00 vMB 57
417,929 417,929 000000000000000002984fb4200d5451db6fc7fd7209e844c92c2f3510484cbe 636 1.00/1.00 vMB 17
417,928 417,928 0000000000000000028102b0f812c6efe1ddd7835796f7f78e6e8b25d6ad8f6e 2,379 1.00/1.00 vMB 77
417,927 417,927 0000000000000000001412a1eb0bee6912760673a0215b07e804038eca6a0046 1,788 1.00/1.00 vMB 47
417,926 417,926 0000000000000000037a7b03e5526083db5a2f9e7874603073407c76ad5634a9 560 1.00/1.00 vMB 17
417,925 417,925 0000000000000000035f040298422cc41bb2ed483ac629d59d3ba42a83a57771 1,907 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.37 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: 663.35 GB
    • Received: 14.90 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.