Loading Tool

Explorer IconExplorer

Memory Pool

43,469 transactions
26.60 vMB
0.06391184 BTC
Random Selection Loading Transactions
Max Size: 139.86/200 MB

Candidate Block

Mining Attempt 1c570c8a56c2b68e76e0e5a7c57355f49fed367da75318d20f8fefd632dbdfc4
Version 20000000
Previous Block 00000000000000000000474abf3fcf62d8e89483dbbfc4091cc0a57225296f17
Merkle Root fe6edfcf9a6909ee7f90bbf04fb744e252ec747e66213360bff9eeb9c835dec0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,509
Size: 1.00 vMB
Total Fees: 0.01507957 BTC
Feerates: 200.71 > 1.51 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,728 (116,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,366 798,366 0000000000000000000182a33f119240522a3585e805e1bf48f4cdd45ac8e8de 5,890 1.00/1.00 vMB 7
798,365 798,365 000000000000000000028395f8aaf94610c88e9186d1d64983a562677af52dbe 4,562 1.00/1.00 vMB 7
798,364 798,364 00000000000000000004bd3a0ae6039c239a5a9a2449b4d053c5dc273add1bc0 2,347 1.00/1.00 vMB 11
798,363 798,363 00000000000000000004e29cb0b1552907193d6ef503f76d2976ba77091e75cf 3,866 1.00/1.00 vMB 5
798,362 798,362 00000000000000000003de4951f233e76dfa603ce1eb9db40d1bfeb3e1340a77 1,392 1.00/1.00 vMB 7
798,361 798,361 000000000000000000040a02537b8985d09b3a4777216c56b0268cf42d5a70c3 2,687 1.00/1.00 vMB 11
798,360 798,360 000000000000000000034dc4791e24674368efb0c52f9089d40a860a7c9115ca 3,228 1.00/1.00 vMB 20
798,359 798,359 00000000000000000002deb3e4413b8da0c593a62f544ca92ef6544801d65dca 2,157 1.00/1.00 vMB 10
798,358 798,358 000000000000000000042050e0296b5c1d42e8bc9d97d4d1c1b415001047d9a9 2,248 1.00/1.00 vMB 17
798,357 798,357 00000000000000000002920ab5b3cc711af19924dfa84774878ffb2f2f291130 1,783 1.00/1.00 vMB 10
798,356 798,356 000000000000000000002e9831a63dc9a43b5c73ced2b750186925ec8ca0dba2 2,957 1.00/1.00 vMB 20
798,355 798,355 000000000000000000049fcb144f78c43799c19c231d388c8d20a27833d93107 5,867 1.00/1.00 vMB 7
798,354 798,354 0000000000000000000520d774285b6414c00cbe6ee59190140b89e7524d0636 5,963 1.00/1.00 vMB 6
798,353 798,353 0000000000000000000415e14c88cc02cb957caae012f13679ed54be8e521626 2,043 1.00/1.00 vMB 9
798,352 798,352 00000000000000000002496ccbbff18c31b3b88448dfedc7616349742737c42c 5,601 1.00/1.00 vMB 5
798,351 798,351 0000000000000000000390106216225ed12bf74e0f1828584a33d14969f1a988 4,075 1.00/1.00 vMB 9
798,350 798,350 000000000000000000042796d919e175e2131e9b7d117c5ed830162709cfa457 861 1.00/1.00 vMB 6
798,349 798,349 000000000000000000008e6e49fbcd506b5c0fe617d3a1baa4d92c9b3d119026 2,841 1.00/1.00 vMB 13
798,348 798,348 00000000000000000004ce1a0c827b65958cd82c68ab4fd5c137b7975b2c4118 3,318 1.00/1.00 vMB 12
798,347 798,347 000000000000000000039ce5413ee6c6fa707918ea60fc2b2a9f5d5be3bf35bb 6,140 1.00/1.00 vMB 6
798,346 798,346 0000000000000000000149d11b2d8b8f0d399e00de33a9c81218f2f506291c7c 3,410 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.91 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: 645.83 GB
    • Received: 12.78 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.