Loading Tool

Explorer IconExplorer

Memory Pool

82,191 transactions
31.09 vMB
0.12017874 BTC
Random Selection Loading Transactions
Max Size: 186.05/200 MB

Candidate Block

Mining Attempt 77b635a1ce4a6b88ff216f3bf7071e4b02bb92809cd8211d1d03cc26f0236202
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 1c912bd10e2d525311893329b7f2974a789d7eeb572352d57f872bf3f8ab48de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,606
Size: 1.00 vMB
Total Fees: 0.03549374 BTC
Feerates: 101.42 > 3.56 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (396,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
518,500 518,500 0000000000000000002deaa05c9c7709748e10f47ba8754cbc4d019e49dea1d6 1,959 1.00/1.00 vMB 9
518,499 518,499 00000000000000000012f9730cb0b4ad4cad92cd4a56085091170a01ec51a22f 2,335 1.00/1.00 vMB 27
518,498 518,498 0000000000000000000d2e7c01923c8d867c86fabfaf7f131aeaabc9f3773867 2,781 1.00/1.00 vMB 33
518,497 518,497 00000000000000000016c5e6cf57157e46951c85d125c5c733558a00505877e7 2,573 1.00/1.00 vMB 17
518,496 518,496 00000000000000000045927615fc2d774578106030144d62224c6c8c883650d0 2,115 1.00/1.00 vMB 11
518,495 518,495 000000000000000000374d6894f99187bca9b10d61f96976caeef5f70c144ecf 2,298 0.99/1.00 vMB 26
518,494 518,494 0000000000000000000328c28785ede49fc0b25d21722b67fe7d0b25a12dc597 2,652 1.00/1.00 vMB 37
518,493 518,493 0000000000000000003bf70b71b613ee82c53175f8c940772dfff9b6de75a55d 2,541 1.00/1.00 vMB 51
518,492 518,492 000000000000000000048981c5174773ac73351add66887fe5e75db3961f9399 2,274 1.00/1.00 vMB 7
518,491 518,491 000000000000000000007a3bf738846c2c285394d765f1c946f0fa6a7eef1165 1,331 1.00/1.00 vMB 12
518,490 518,490 0000000000000000000b5f738e14d7aa4f8026219b0c6e2be4252130fa371753 2,635 1.00/1.00 vMB 38
518,489 518,489 00000000000000000048c231ec1d88e99b490947d02adecdc4b9372c712d1e07 1,650 1.00/1.00 vMB 26
518,488 518,488 000000000000000000203285ed3cdc4928fa74ccfc9a278c4a79caf09a0d00b1 2,206 1.00/1.00 vMB 32
518,487 518,487 00000000000000000000cec563ad419c5ec55ea1ba07da58eb4dfce906df3273 1,231 1.00/1.00 vMB 18
518,486 518,486 00000000000000000009974f7174bfb745d7bd4ac4b8b86371dcecc5c52b07d9 1,700 1.00/1.00 vMB 27
518,485 518,485 0000000000000000000acf44fc55b4d9e12da3b4acc30bda75929b793e9a1815 2,928 1.00/1.00 vMB 24
518,484 518,484 00000000000000000037cd729f9a278fa2beac1a632a166fece6020439cdcd96 2,330 1.00/1.00 vMB 69
518,483 518,483 0000000000000000001c5874d874f31ef8d6d7b8e0aa8586773467fb57136733 1,045 1.00/1.00 vMB 9
518,482 518,482 0000000000000000000bd6a8cfdc7aab546e16af9dacb45a28a4396903b1182d 607 0.24/1.00 vMB 49
518,481 518,481 000000000000000000216dd2bc1e9c9db8cdb6af367b0656fc60c20f815aa228 2,187 1.00/1.00 vMB 13
518,480 518,480 0000000000000000000f1752b033d9ee9c9f8afd5c0b05055dc480b731e9fe29 2,037 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.