Loading Tool

Explorer IconExplorer

Memory Pool

32,153 transactions
26.62 vMB
0.05890002 BTC
Random Selection Loading Transactions
Max Size: 144.04/200 MB

Candidate Block

Mining Attempt cd26f5971baeacf1a8f809a1dbd25091609cde8e4b346819adf4f9a56236e9f8
Version 20000000
Previous Block 000000000000000000004db85cc7d531b571c53d99e9f58166e7ec26c2cf4076
Merkle Root deadcbc57a56930dda6cc3b89d91e19c3ab91e3b0d314011a6814f4c5e2048f9
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,517
Size: 1.00 vMB
Total Fees: 0.02115060 BTC
Feerates: 79.11 > 2.12 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,276 (3,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
937,227 937,227 0000000000000000000141c56fc5529fd1bf85ba3ce5e70ce85d1971453b2147 372 0.08/1.00 vMB 3
937,226 937,226 00000000000000000002150b96d4e5928043e55895afc6119ad9621594d6f6e7 4,365 1.00/1.00 vMB 1
937,225 937,225 00000000000000000000016cc9b0048c9ca2ac63780c677c6369c98fdc0558c3 575 0.12/1.00 vMB 3
937,224 937,224 0000000000000000000094b133141bd0589167f8735315cf5395d8a7d717b764 2,888 1.00/1.00 vMB 2
937,223 937,223 00000000000000000001808e658a7bd0e3fd984b106d34d820c595b16603651a 3,608 1.00/1.00 vMB 1
937,222 937,222 0000000000000000000052900d7d8f5fd9f77e52e9f17d9436043e3a75b5f47f 4,074 1.00/1.00 vMB 4
937,221 937,221 00000000000000000001af775c23c16bbc2f7bd8a10135af47ec0af31c82c3c2 3,188 1.00/1.00 vMB 3
937,220 937,220 00000000000000000000f26234680dc523811ad052f9fd7bab233115ca1a0a0e 3,669 1.00/1.00 vMB 3
937,219 937,219 00000000000000000001d6b5a0e62993ac85f825d0813bb677128f0fe0e0e0ef 6,160 1.00/1.00 vMB 1
937,218 937,218 000000000000000000000dfc15aa2bc6655ea3fc7a759a92753c450dc34afcae 3,817 1.00/1.00 vMB 1
937,217 937,217 0000000000000000000171192c2ecebe6eca9f79e221a29e09a763447a59efd5 3,144 1.00/1.00 vMB 3
937,216 937,216 00000000000000000000cb91718a59fd5149ca1c789b09cffd97f2298e7a54a4 6,931 1.00/1.00 vMB 0
937,215 937,215 0000000000000000000047c72ea81f5d6ea0a6e51a804e0dc84ae5363cdb7b70 3,100 1.00/1.00 vMB 2
937,214 937,214 00000000000000000001f5f3aee55891f84f7785b0fcf559e2f0a4cebf858945 2,718 1.00/1.00 vMB 3
937,213 937,213 00000000000000000001d7eddc1425204cbd44d6edd45705a2abb8e870cce8e2 66 0.02/1.00 vMB 2
937,212 937,212 00000000000000000000a2235891fb3f8d000cb9fd5be9f50a9ee3b1d5b6f6cb 1,401 0.55/1.00 vMB 2
937,211 937,211 00000000000000000001f3bbad7664ef88061493cfd37b828a8a3487333d333e 4,949 1.00/1.00 vMB 1
937,210 937,210 000000000000000000012f1184bb196e96e8c72435adc2bcfa7885401dc49ca8 2,733 1.00/1.00 vMB 1
937,209 937,209 00000000000000000001e14bd71ebc6b37fb74cef7c2fad220622e28b2997045 4,758 1.00/1.00 vMB 0
937,208 937,208 0000000000000000000155d67e2223eafa92b76fee85220a440fd03852ed8280 93 0.03/1.00 vMB 2
937,207 937,207 0000000000000000000124d4dd855898cb8d240d47540e2227b3a0cdf86335fd 4,369 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 827.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 4,445.87 GB
    • Received: 241.58 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.