Loading Tool

Explorer IconExplorer

Memory Pool

65,191 transactions
19.19 vMB
0.05338113 BTC
Random Selection Loading Transactions
Max Size: 124.86/200 MB

Candidate Block

Mining Attempt 126fe8f4b184a905cbfaaa7db32cb38bf520943cd3b5e97071d010ed231bcccf
Version 20000000
Previous Block 00000000000000000000c300deaf522131f71e3c3f3bfb91579918e2880c9d6b
Merkle Root ca1081991da797478f482f57d57930986fdeee3d832785727754adc9f1c5766b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,811
Size: 1.00 vMB
Total Fees: 0.00970223 BTC
Feerates: 150.61 > 0.97 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,817 (910,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,248 5,248 000000009244eec08194c796634983e141dfb91ec317bfe20823e322f8b53b85 1 0.00/1.00 vMB 0
5,247 5,247 0000000033a27c42a6d51c428de207c78007492be46d5488e636121e84161a18 1 0.00/1.00 vMB 0
5,246 5,246 00000000fa31fc7699dfb3672a1cb0a97699724ee06e2b7910f5fd1fb2e61af2 1 0.00/1.00 vMB 0
5,245 5,245 000000007a07d829e13c59e78a17753562ab6fdf95c7a0f36fece7ebab4d7070 1 0.00/1.00 vMB 0
5,244 5,244 000000007eae4bac692f36a760b612ef21a217cd970fe72a6a908c22dd582dd1 1 0.00/1.00 vMB 0
5,243 5,243 00000000dce646012b1fc3eea4b8e90bc8a253eb6c781ca874fd790d953c730c 1 0.00/1.00 vMB 0
5,242 5,242 0000000037dff915d0898ffc914ee3d2c87472185ce1ef083e637ec7db994d15 1 0.00/1.00 vMB 0
5,241 5,241 00000000870e5a1ab7db09b09b8657da6e938b6871456f12a1dc8ba87bcf7324 1 0.00/1.00 vMB 0
5,240 5,240 0000000052bdd6f8ba3d5612fdd8301802b3241cb0140109e5c8b81d99d0a5a6 1 0.00/1.00 vMB 0
5,239 5,239 0000000041c1fc4c6b7a54a72c248e136633dd158e2504ec768c0520435aac60 1 0.00/1.00 vMB 0
5,238 5,238 00000000bebf5faa7be0cff8f3f60ee171f69ff250add9e1dd580308688bd321 1 0.00/1.00 vMB 0
5,237 5,237 000000002658852ddf8110ed5ae8b42b0089f0c2a318727d2b56885d458ce907 1 0.00/1.00 vMB 0
5,236 5,236 0000000072f3e99e7d129f44f9679ae08da4598460679748a75c1111f08f4207 1 0.00/1.00 vMB 0
5,235 5,235 00000000f9b2fcdc987caa6011728406cc836878beb7f852fa3b362270d9745a 1 0.00/1.00 vMB 0
5,234 5,234 00000000cf0967a75cf5c6c111b6379184e70665c4d5450370355423ca9da917 1 0.00/1.00 vMB 0
5,233 5,233 0000000010760b88f8a59cf04f2f4abe7c7421619fe2f5248ed24ca0001952e8 1 0.00/1.00 vMB 0
5,232 5,232 000000003d7f565bb3875bc5a3469891543bfed8d6d05e770bf63ea2e7ac8f1d 1 0.00/1.00 vMB 0
5,231 5,231 0000000066cd621d6aa86ea4b5b12113ca53ebf73906a63e0fba0dcf14b94f31 1 0.00/1.00 vMB 0
5,230 5,230 00000000b532e7eb8df7df568a936746a2a703cbe5833eb51681fbdf18e07835 1 0.00/1.00 vMB 0
5,229 5,229 00000000fd46082d454dfaaec6d33608e0d5ab5e23d9312be6f354071752b9a1 1 0.00/1.00 vMB 0
5,228 5,228 000000000b34c8f671d5578392dbf957b15a7af94cb5b7308934636e9055eed3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.79 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: 786.63 GB
    • Received: 21.67 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.