Loading Tool

Explorer IconExplorer

Memory Pool

78,565 transactions
29.12 vMB
0.07720394 BTC
Random Selection Loading Transactions
Max Size: 176.43/200 MB

Candidate Block

Mining Attempt 1b35fec44f5a00d56936c354611e5da8b366f21ba4cb38f88c990397d618299f
Version 20000000
Previous Block 00000000000000000000cbf325f710fe3b651c530ae584a9791fa8f4174b473a
Merkle Root 873711079149c192b3d4d362e7990400a6360ba03602ff836fc20480ac7c9f49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,001
Size: 1.00 vMB
Total Fees: 0.01637869 BTC
Feerates: 191.02 > 1.64 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,088 (181,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
733,958 733,958 00000000000000000003cc215815f7a67c3b8dccee794127c3c966ec97f7f4e2 2,831 1.00/1.00 vMB 15
733,957 733,957 00000000000000000008f32b34f68fa7b3c94e32dcba0b8d8c38c365a7061182 3,179 1.00/1.00 vMB 26
733,956 733,956 00000000000000000006e820f04d80a1b646a4b1cc8af013e96cc114b220fe39 2,184 1.00/1.00 vMB 4
733,955 733,955 000000000000000000060c457729412317cb0bcfac4fadc8343a0e8e8917a82e 620 1.00/1.00 vMB 1
733,954 733,954 000000000000000000065fc201f585c0d5ba5f592702c3b04898438704efe6ea 1,420 1.00/1.00 vMB 3
733,953 733,953 0000000000000000000076d9295c80d92d363e4fe58a5e7ba1faf0191b74effb 2,401 1.00/1.00 vMB 3
733,952 733,952 0000000000000000000019df3e68a69c4d9b7fc67bcfe4faf09c288d9e870dda 3,127 1.00/1.00 vMB 13
733,951 733,951 000000000000000000051db7cf6e720a1d15001f3a8a5471f66c5216e374d5a1 2,974 1.00/1.00 vMB 14
733,950 733,950 00000000000000000001c20b2a29ebb85d93f0b1bbc99bec406184f1342b756a 2,436 1.00/1.00 vMB 3
733,949 733,949 00000000000000000006890ce02cbe31ba467147203220c3f9e075d9e286e6e2 2,951 1.00/1.00 vMB 7
733,948 733,948 000000000000000000092785ca4d28fcfee6cee6ccde58335ad0e8876184a95e 3,547 1.00/1.00 vMB 17
733,947 733,947 00000000000000000005ee7969a540f8f51d4b90069d5eef7cfc83377d58e65a 3,418 1.00/1.00 vMB 9
733,946 733,946 00000000000000000003bd09d88ed231864c7f654a1770d27d13eb2620253dea 3,230 1.00/1.00 vMB 9
733,945 733,945 00000000000000000004f5b8fa74921f24ac154e2725f7cdc8b0542568064308 1,673 0.56/1.00 vMB 7
733,944 733,944 00000000000000000004a9230daa902129998d631c8a8df2d4c40f139893956f 1,419 0.48/1.00 vMB 7
733,943 733,943 00000000000000000002713c52c2e72e51cc326c6ded8fd1182606baf629f3b3 2,133 1.00/1.00 vMB 7
733,942 733,942 000000000000000000074e840ceb3b93817eef5937dfdac12eeec99dc47da3fa 501 0.71/1.00 vMB 4
733,941 733,941 00000000000000000008108bf5589240d04f2aab5a18809f9fe9088493669fa9 2,644 0.97/1.00 vMB 8
733,940 733,940 000000000000000000017bd2b9afe7c018c172b0ea2913a186aa73757d029246 384 0.10/1.00 vMB 11
733,939 733,939 000000000000000000038a4c67b190f50254bbe53bf79149805bb088c8e8577d 2,759 1.00/1.00 vMB 6
733,938 733,938 00000000000000000009543a5e374563290bd7cdc2ebfbf621a97ff4fa5b8b5a 2,880 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.55 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: 669.59 GB
    • Received: 15.75 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.