Loading Tool

Explorer IconExplorer

Memory Pool

45,859 transactions
27.31 vMB
0.07777575 BTC
Random Selection Loading Transactions
Max Size: 144.24/200 MB

Candidate Block

Mining Attempt 1a0209b642ef69b108feeb19d965f748e6f5ae054c0bba75bcd7b5f875fe6bef
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root ed9067ddc6195b4db4ef8fdbf47a3a2eb9bbdd6b6c12c5e1c4fde33f5feeb9ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,045
Size: 1.00 vMB
Total Fees: 0.02611353 BTC
Feerates: 201.13 > 2.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (128,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
786,299 786,299 000000000000000000026a9a61750ccf6294e45d215763b7f5ce3f101653bb71 2,761 1.00/1.00 vMB 27
786,298 786,298 000000000000000000037495b98e342b16dce2d7606706d833ac722c8d3ea24e 1,281 1.00/1.00 vMB 16
786,297 786,297 00000000000000000000b4c6f48c6c3dce4fb82feda678db7a363b2fbbd6918c 2,619 1.00/1.00 vMB 22
786,296 786,296 000000000000000000049828dd2978241c97155947071a172277b636861e48e0 2,092 1.00/1.00 vMB 34
786,295 786,295 00000000000000000002572e4d89ab554a31cc965548dba765e7c96a7189f1c5 3,043 1.00/1.00 vMB 34
786,294 786,294 000000000000000000022c81e69ab103246e5727eed44d128f014b5ca5513d5f 2,479 1.00/1.00 vMB 24
786,293 786,293 00000000000000000000d30b51c3090ebd36586cdb948e96652b07fdc19e94b7 848 1.00/1.00 vMB 14
786,292 786,292 00000000000000000004c11fbbb06636544f5cda2cbcbe4d4682c8cdbe2a917f 2,540 1.00/1.00 vMB 17
786,291 786,291 00000000000000000005ac0182e36ae3fd07c6eb69da49e4f638bf0125172c66 3,146 1.00/1.00 vMB 18
786,290 786,290 00000000000000000004671f6aa47386fa6727e95cc3e6b463f42daa496a8363 3,335 1.00/1.00 vMB 17
786,289 786,289 0000000000000000000282361e6ee159dda3a7d9c35e5291820687c5d51d8ce1 3,547 1.00/1.00 vMB 19
786,288 786,288 00000000000000000000ce4492a8e74edd82f11d27f77feebee091c73697fe93 3,617 1.00/1.00 vMB 31
786,287 786,287 00000000000000000005c4a5ba1799f0fc14617fa0d29f949671061b6aa26dfa 3,724 1.00/1.00 vMB 27
786,286 786,286 000000000000000000029ac2bed09a341f355a12e1a0e0bd6a7b3bb7b4bf6939 3,304 1.00/1.00 vMB 29
786,285 786,285 00000000000000000003b893cc779a3c62ed7e06fdd7defc7aabc371bbfb664c 2,892 1.00/1.00 vMB 27
786,284 786,284 000000000000000000048c7de6d03af19e459350e43246326e4e8d5302024396 2,798 1.00/1.00 vMB 40
786,283 786,283 00000000000000000003b6e365533888e6eb957aab18715607168dfe0339b21c 4,346 1.00/1.00 vMB 25
786,282 786,282 000000000000000000024251d919f5582e3f6cf0191c38a1dd345684c63bf2ce 3,153 1.00/1.00 vMB 39
786,281 786,281 000000000000000000042ae1cb498f8f93dd65cfcdcc3c1820b8529c66c68371 3,082 1.00/1.00 vMB 33
786,280 786,280 000000000000000000045b022b7dc40a779db21ded4753b5d3887ebb19931dd5 2,505 1.00/1.00 vMB 21
786,279 786,279 000000000000000000053463f9a9024a57b9679d59b5e0317c2c13438255201c 3,330 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.01 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: 649.26 GB
    • Received: 13.15 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.