Loading Tool

Explorer IconExplorer

Memory Pool

31,976 transactions
17.61 vMB
0.05748593 BTC
Random Selection Loading Transactions
Max Size: 95.07/200 MB

Candidate Block

Mining Attempt 1d7e69c4311807ddefb3d5d8245144471ceea11f57b864c63ce889b1fbcaa6c0
Version 20000000
Previous Block 00000000000000000001ef74dfae70b7f5106732354c17fa5d73161353fed594
Merkle Root 25c7afb1498b66971360556cc16ed49a4bd11b49e3f3e81c53cd638494cde6df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,666
Size: 1.00 vMB
Total Fees: 0.02379390 BTC
Feerates: 301.57 > 2.38 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,166 (861,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
52,240 52,240 0000000010633b194e586b30f627dedb3e484a5d4281d20d3abbda20edda8241 1 0.00/1.00 vMB 0
52,239 52,239 00000000131fd3cf9c49b7d57686b5d51ff480e688bb87bc05b100a9752ca300 1 0.00/1.00 vMB 0
52,238 52,238 00000000062675f1fea3378076a935f63cf691e577aeee8e9466d329cbe0deab 1 0.00/1.00 vMB 0
52,237 52,237 000000000cc3222a8c68049aa8f111c0b8a86a249dace673a728ef2fdbb48282 1 0.00/1.00 vMB 0
52,236 52,236 00000000068ef45016fc782e2b47ebb722d64196471c18e33f0bb282a1676bb2 1 0.00/1.00 vMB 0
52,235 52,235 00000000156fee3de1d99d2b7a533692ec76460f6679439460e4f93616d2e957 1 0.00/1.00 vMB 0
52,234 52,234 0000000019ef0752e096310588ad916483b9746ea94aa25feb920d24633e9f8f 1 0.00/1.00 vMB 0
52,233 52,233 00000000142f945b050db2bd256d9c8a99957f7350b45f57eb8e45908fa24fa2 1 0.00/1.00 vMB 0
52,232 52,232 000000000d981f42cf9a0cae5f688dcff86fece254fba75f215f9d1fd3877fe4 1 0.00/1.00 vMB 0
52,231 52,231 000000001f18fefe953c19ecff0ec8624f8c9752a193f38c1ac3a030f45c8719 1 0.00/1.00 vMB 0
52,230 52,230 000000001d6cff82688bba2a8e3052f060ae4fbc19f12198cdbb34f66bef2212 1 0.00/1.00 vMB 0
52,229 52,229 00000000107bc9fa1fccbcfbc6be6690d25bdce11c6890e1901a540107acd82a 1 0.00/1.00 vMB 0
52,228 52,228 0000000010e22783252f2d7977432c5dddfa9e7a0338fe0b4cd432774de2f54a 1 0.00/1.00 vMB 0
52,227 52,227 000000001338003333e8b26d063ff5f7aa79243b66246f757a11ea92ac880fd0 1 0.00/1.00 vMB 0
52,226 52,226 000000000b11011d5c28a78b0ae92c1b57ef879553ad8f0850ccd5cf4fde9bcb 1 0.00/1.00 vMB 0
52,225 52,225 00000000130ca263240edb4d272fa1193bebf342d69f1e6bebe2301cd1a8e50b 1 0.00/1.00 vMB 0
52,224 52,224 0000000000ccc174df88cbdf6d2416170c18252c477608a8b5c213ee825cc7e3 3 0.00/1.00 vMB 0
52,223 52,223 0000000007ee1f8f442e22a25df88efce8ee9b8569b5b95871fd9f7068b3591d 4 0.00/1.00 vMB 0
52,222 52,222 000000002092ed910ad8a83d50437ce479f8e4caaf6d9a45c64891f20e361c6d 1 0.00/1.00 vMB 0
52,221 52,221 000000000b3c449d1cdb73ce77c4191fb47a83c5b27847acf3d72d32bc8aaed4 2 0.00/1.00 vMB 0
52,220 52,220 0000000001ee2ccd6b6b2bee53f6e5041681039e9bb22706405aab507136ed01 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.89 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: 567.49 GB
    • Received: 7.69 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.