Loading Tool

Explorer IconExplorer

Memory Pool

38,767 transactions
26.54 vMB
0.06399682 BTC
Random Selection Loading Transactions
Max Size: 136.89/200 MB

Candidate Block

Mining Attempt b2117a2b8af1edd6f1c6a094fa7c1d18ed7b4490931e4a336ccd040a633c0916
Version 20000000
Previous Block 00000000000000000000cb4640424bd1c2f130283339216bd0433be22d2cb445
Merkle Root faecf4300f6e83508acac553a7e6b295a1c6039eb2f37c4d7a08e822800a76e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,249
Size: 1.00 vMB
Total Fees: 0.01420883 BTC
Feerates: 201.06 > 1.42 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,683 (384,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
529,945 529,945 00000000000000000011d4a18c375f7cb5ddc44070c7bcd6e80e6f06260b1f69 1,390 0.86/1.00 vMB 16
529,944 529,944 0000000000000000000e3b3913c0e426835c9df7f5cdb9c43562b6f76b230681 98 0.05/1.00 vMB 13
529,943 529,943 0000000000000000001813ced83d5b2c22557c1b2a3e49f360968b41670c2315 399 0.53/1.00 vMB 2
529,942 529,942 000000000000000000091ed3fcd7e2128fe46f07b6f3bb610cd0600d5e3dbe31 437 1.00/1.00 vMB 3
529,941 529,941 0000000000000000002b1b87887e9b902693fe6cc581d29162f418726ae5c4d5 2,288 1.00/1.00 vMB 19
529,940 529,940 0000000000000000001cd1f95688b1a6d7a5e828f036646e50aab68fa3dfe4bf 161 1.00/1.00 vMB 1
529,939 529,939 0000000000000000001403caf2d112b44e23bb9348ecd57dcf77df34c25d344a 934 1.00/1.00 vMB 8
529,938 529,938 0000000000000000000f3667084176deca3479a167d6107f1225a11b2d7b0414 913 1.00/1.00 vMB 5
529,937 529,937 000000000000000000107898a1d4aac40f0094fe6a69580bcde34559f890f962 971 0.35/1.00 vMB 34
529,936 529,936 0000000000000000003177be5197412ab1db590d853f142500de1798fd8cea20 838 1.00/1.00 vMB 6
529,935 529,935 0000000000000000001c55652bd0c4d0533ea6e6c41e5fbabdc38edcd1e4cb73 1,380 1.00/1.00 vMB 18
529,934 529,934 00000000000000000008dc8b60c7d8efa50935859f5eda4ad3014d146c98fa89 1,041 1.00/1.00 vMB 3
529,933 529,933 00000000000000000008ae870671f27e6f0686665a0799f2d6e9c3870e50ad1c 3,193 1.00/1.00 vMB 34
529,932 529,932 000000000000000000004990febcf27d7f7752ba1019fa3e7b1a867089074916 1,252 1.00/1.00 vMB 18
529,931 529,931 00000000000000000002fb0b928637d4a9f3bf8dd8584e91b0a2c94f3c9d003e 1,731 1.00/1.00 vMB 6
529,930 529,930 00000000000000000021c27c82bc0177d5b38dd4520f47f89a28e79007ddc995 2,952 1.00/1.00 vMB 35
529,929 529,929 00000000000000000023339dc92a36a4d0e18880d65c98cf380fde4ed1e11fa9 1,448 1.00/1.00 vMB 18
529,928 529,928 0000000000000000001d6e05de09721d4d56107ffbcf54dc557b881e7c83ae36 521 1.00/1.00 vMB 4
529,927 529,927 00000000000000000034c43cb76e0a04c6a0f941ab1af081546f9c9206a36218 620 1.00/1.00 vMB 9
529,926 529,926 000000000000000000302fbe686f249c90a6ce71cba86bccdb5d1e631889a847 1,446 1.00/1.00 vMB 14
529,925 529,925 00000000000000000010237c57df216caa1285c973d4a73252685598550d9c7e 780 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.83 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: 636.92 GB
    • Received: 12.39 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.