Loading Tool

Explorer IconExplorer

Memory Pool

81,588 transactions
34.35 vMB
0.14171946 BTC
Random Selection Loading Transactions
Max Size: 195.16/200 MB

Candidate Block

Mining Attempt ed05f9f40d3426f6c2e5a487e762b47bf3a30db77252846c1895e64db1d931c9
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 89aa598df4a44edd179220162176550fdebadaf43a923454ae2ecd16425341a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,995
Size: 1.00 vMB
Total Fees: 0.02695097 BTC
Feerates: 384.62 > 2.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (22,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
892,611 892,611 0000000000000000000178b55462180c247ae81dd73ff64889d2eca6ce688bb1 2,446 1.00/1.00 vMB 2
892,610 892,610 0000000000000000000120827f710a3a6e03922e5a79bae05859ed9a22fffcc9 2,945 1.00/1.00 vMB 2
892,609 892,609 00000000000000000000b08bb1035d056a2e0af9cba47d38cac2aaa571ed3e71 3,469 1.00/1.00 vMB 4
892,608 892,608 00000000000000000002435e6c5a99b9058cc5ccfebfeacf8f4f8ceee1076d16 2,938 1.00/1.00 vMB 2
892,607 892,607 00000000000000000001b7c2506918f1287be0e12c879930115a8f2610a58194 3,417 1.00/1.00 vMB 6
892,606 892,606 00000000000000000001541e4631da7db64ee1c93ee4c85f1fcb14f29bcde77e 3,330 1.00/1.00 vMB 6
892,605 892,605 00000000000000000000280e5b7fb11db13d71852d87b2a93f54843a4c312ec4 622 1.00/1.00 vMB 2
892,604 892,604 0000000000000000000039d4d4db0938c1a04f4480ebd2664412a0c0340d45c1 770 1.00/1.00 vMB 2
892,603 892,603 0000000000000000000181ae3db53566d4e4ee0409668a8e23894056dfb69819 2,935 1.00/1.00 vMB 4
892,602 892,602 0000000000000000000080e42106379f8717dd372373cfe4a46aff439e2e414c 2,823 1.00/1.00 vMB 5
892,601 892,601 0000000000000000000161a4e0e7af8ef352d79ceef0f39584139d6d5caf7d4a 3,115 1.00/1.00 vMB 3
892,600 892,600 000000000000000000001ca5d01d1b250a798625e5e7067efe34d5e1edf960af 3,156 1.00/1.00 vMB 6
892,599 892,599 00000000000000000001c294218578f4ea55a5124a8b3af4cca31204bb11aa3a 3,470 1.00/1.00 vMB 4
892,598 892,598 00000000000000000000d18e40a329244cb5b99882f8bdf10ac35c3478cfaf6a 3,488 1.00/1.00 vMB 3
892,597 892,597 0000000000000000000214d80519d0718e1a495f68d6aff793de380f12eb83ca 3,705 1.00/1.00 vMB 4
892,596 892,596 00000000000000000000b762b7e089266df7225155d10d79e8f5020142692bb0 3,448 1.00/1.00 vMB 6
892,595 892,595 00000000000000000001a25632b7135dd226ea7f826a3a46a9a3b613f068f320 3,128 1.00/1.00 vMB 2
892,594 892,594 00000000000000000001f5f4cf1700461c54dce2949f3eb45caab333f6ae455f 3,299 1.00/1.00 vMB 3
892,593 892,593 00000000000000000001a2577ddaac6a3e8b61a4484fe934bb5e0e2af2e0d99f 3,111 1.00/1.00 vMB 2
892,592 892,592 000000000000000000000bf027dcb46b5b9822b0fce68c0e16e2e811702263d1 3,248 1.00/1.00 vMB 6
892,591 892,591 000000000000000000016941968f4a1d2ede64a5bcea08172fc7c144db8b6782 2,165 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.10 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: 729.82 GB
    • Received: 18.49 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.