Loading Tool

Explorer IconExplorer

Memory Pool

43,413 transactions
27.17 vMB
0.05480731 BTC
Random Selection Loading Transactions
Max Size: 143.42/200 MB

Candidate Block

Mining Attempt e524c59ef59f3b71934e2a15a84d56d1677c434b6d27360dc5284cf398346af8
Version 20000000
Previous Block 00000000000000000000cb2526f8131d7fa57f5fe00ea77e921b110e9065324a
Merkle Root 0d2c563a1cc6195f3fa6d1f7dd9b2240ef85b4b0b1db1f2771d31a975cff7c63
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,073
Size: 1.00 vMB
Total Fees: 0.00401751 BTC
Feerates: 10.05 > 0.40 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,938 (388,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
526,689 526,689 0000000000000000002049a05685224040e89d8716461ebb062e80281446b0ce 19 0.01/1.00 vMB 16
526,688 526,688 0000000000000000001ae1e1d77e9ee570bc01bcb659a78d950f91a1160848ac 314 0.11/1.00 vMB 13
526,687 526,687 00000000000000000018da5465c3ed458ee92e4d1692e9f9cc38c231ec3911fe 638 0.25/1.00 vMB 21
526,686 526,686 000000000000000000338600bfd718dc6df82b7a705272364b919b2967d74c48 1,642 0.79/1.00 vMB 7
526,685 526,685 000000000000000000047f9b3c82cdbc0606cd85eaf647d70dfa5b5eee356907 1,007 1.00/1.00 vMB 10
526,684 526,684 000000000000000000284fc9819c2b875593570c3e81ae44a215eeed4f6986b4 1,729 1.00/1.00 vMB 15
526,683 526,683 00000000000000000034628ac4c090d8b7a19d26a13d14b5c003fbb1f16c33b6 764 0.41/1.00 vMB 32
526,682 526,682 00000000000000000032dd7ea078183e0a078d400dd4e6394323cfc94ad46fcd 1,613 1.00/1.00 vMB 12
526,681 526,681 0000000000000000002d9129b31da7b1d024cc6843428fbd4059e7d593ac077d 1,372 1.00/1.00 vMB 5
526,680 526,680 00000000000000000014c91f57f57d25c8f6ad433d1f7c860a485b75b62e759d 3,170 1.00/1.00 vMB 11
526,679 526,679 000000000000000000192fd92470f4af4a5cadb79c939ffabc1b4899d5cf0ff8 2,523 1.00/1.00 vMB 38
526,678 526,678 00000000000000000021a4f9a141fb63f3d3ffd67c11bd35c25b6199e3f5205a 2,718 1.00/1.00 vMB 22
526,677 526,677 0000000000000000000550a35d94542b201f9954558bb769e306ce27f2f03ebb 595 0.30/1.00 vMB 11
526,676 526,676 000000000000000000143c1333fd019d46ef62669f27525e2bc791b9129e62ec 1,375 0.55/1.00 vMB 33
526,675 526,675 00000000000000000036266970fb2dcc6993f51484722eb66b81e4c3b959bfe1 1,507 1.00/1.00 vMB 4
526,674 526,674 00000000000000000016a94da48a1d3288f4ede875da48c7a2262f41f2e3fdec 3,155 1.00/1.00 vMB 30
526,673 526,673 000000000000000000345e269e83b569d6bb100a7d84390cd3559ad00bc77538 302 0.09/1.00 vMB 22
526,672 526,672 000000000000000000248f81d33389bd38a52771a8b4139c76b8d8230a22fe45 179 0.09/1.00 vMB 7
526,671 526,671 000000000000000000049bdf5f407d7b06e8db2d6d5f70d2ca45b0f8085df34f 2,197 1.00/1.00 vMB 16
526,670 526,670 0000000000000000001376c2cf032554694e2b2931e32b71c7da92d8ef928338 2,954 1.00/1.00 vMB 26
526,669 526,669 0000000000000000001f90d0ebd05bc66e23e7a2d21f5ba0df5294d30dcf6c2d 1,275 0.43/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.28 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: 656.77 GB
    • Received: 14.43 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.