Loading Tool

Explorer IconExplorer

Memory Pool

27,393 transactions
25.46 vMB
0.07624486 BTC
Random Selection Loading Transactions
Max Size: 123.21/200 MB

Candidate Block

Mining Attempt 4ccbc3663e32113c93e8c80615d92ff80ee851b3aa7d8ec79e7c0f787372f340
Version 20000000
Previous Block 0000000000000000000100c3b4decfa6a2417754a8ff8e10e294117889df7a0a
Merkle Root 4e0810603bf2b739b36f15f773933cf83382cb155e2bea5740bddb7f3fae73a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,797
Size: 1.00 vMB
Total Fees: 0.02896551 BTC
Feerates: 160.57 > 2.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,178 (890,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
23,996 23,996 0000000048181ab5b64525bb39325cbf76505721c5b1c008d3bd80878d519b4a 1 0.00/1.00 vMB 0
23,995 23,995 00000000b30d386e697322258f795a34d4d8e989a053385c94c86d81af142277 1 0.00/1.00 vMB 0
23,994 23,994 00000000d3d0f104622629f2248d9e547d1e2784bb8c77b76cdcf5bfff5c3336 1 0.00/1.00 vMB 0
23,993 23,993 0000000061d86db6c69c69761e90a1f4de5dcbf0775fedcd3bd104be18d5262b 1 0.00/1.00 vMB 0
23,992 23,992 00000000df248b6d6a12a05da9aff6172b1c4522dd494abc22a9b0309d77ea32 1 0.00/1.00 vMB 0
23,991 23,991 00000000766262bead35ef669ff81a14fcb3779c623ee1f7332c2a9335834a4b 1 0.00/1.00 vMB 0
23,990 23,990 000000007e0e93bdeffb705dfeebe71a22ac8828bc6d24fd5292041dc5f3e04a 1 0.00/1.00 vMB 0
23,989 23,989 0000000032a052ebdc7dc4ee0e98e847c885a23e2ab277817d21727c23bb6dd0 1 0.00/1.00 vMB 0
23,988 23,988 000000001b38bfb99d7ea004917f1f371fe044690b7f35df4ddc4f722fa43826 1 0.00/1.00 vMB 0
23,987 23,987 00000000b6cfcf8a70ca0a12afe89566727462c92f2112e938c4bd71cc813d05 1 0.00/1.00 vMB 0
23,986 23,986 00000000c76e512ecc18ce5891e97e4cfe35fd722deec76c8b38d65331382e1b 1 0.00/1.00 vMB 0
23,985 23,985 00000000e6a002396503adebe1a20416dedec008fd2b64b4710365d624b0b010 1 0.00/1.00 vMB 0
23,984 23,984 00000000487c324d043d55391acc4bb52b16b9f1969a36c464bee7d9e1353475 1 0.00/1.00 vMB 0
23,983 23,983 000000001db0e6b1a87c3a462434488a35552e89ff1ed0aed5d1445c3693eaaa 1 0.00/1.00 vMB 0
23,982 23,982 000000002274bd68d51406bab6c4da3d4b58590d6567507a99bd924aefaa1af8 1 0.00/1.00 vMB 0
23,981 23,981 000000005992a41f5d64cbe416ba419399b2aad6959fbce59f62f6a548097f85 1 0.00/1.00 vMB 0
23,980 23,980 00000000fde3a05067996a0814aab2adcc7be7f3b347b11f512c51752fd891ff 2 0.00/1.00 vMB 0
23,979 23,979 00000000359fb0739c0c089b113a763570f695f698bbdee3b7c621575f8d007c 1 0.00/1.00 vMB 0
23,978 23,978 00000000109873e05e2f6fc9da22ae0eef0397f7f5d005963266dd3adbaa5c3b 1 0.00/1.00 vMB 0
23,977 23,977 000000009910248e2a7925570539a6681b6025234af63d376be306b0786bc8e5 1 0.00/1.00 vMB 0
23,976 23,976 000000007b074194f6f1e4c2a2e9f7264f850234cb595cbedc3b07592ddfdd67 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.91 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 571.96 GB
    • Received: 7.82 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.