Loading Tool

Explorer IconExplorer

Memory Pool

36,473 transactions
26.20 vMB
0.07114987 BTC
Random Selection Loading Transactions
Max Size: 133.60/200 MB

Candidate Block

Mining Attempt f1a203968a7726a68e40686113a9e54386e437d6fa92ceca5fb9fbaf56cf4609
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root f02ce8897a1cc994935d19650f79111c2d3b71f9f58444174ca6a4b2b50fdd61
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,329
Size: 1.00 vMB
Total Fees: 0.02234662 BTC
Feerates: 120.00 > 2.24 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (333,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,714 580,714 0000000000000000001ce9806cf371e40cbe2c154183550d9a061c0386006df2 2,947 1.00/1.00 vMB 106
580,713 580,713 0000000000000000001c7a39831913618a68e13f5215ec1fc480b20d0adfbee5 909 1.00/1.00 vMB 64
580,712 580,712 00000000000000000007342b66716fd28e8b7998ce422c54ebd05225c9dd751a 2,873 1.00/1.00 vMB 100
580,711 580,711 00000000000000000010fb9be3e162db6e6cdd55f91ce3348080f23d41472f32 2,763 1.00/1.00 vMB 95
580,710 580,710 0000000000000000000c44847ddc78871415b3e9b560f023e5a2c0a06543cb9c 1,893 1.00/1.00 vMB 80
580,709 580,709 00000000000000000001e349599835755b9819b4f189b90ca3c2a7d20058d079 2,936 1.00/1.00 vMB 94
580,708 580,708 0000000000000000000bc079ebdb163d0b52d806ec791531db0ece659fbf13c9 2,268 1.00/1.00 vMB 74
580,707 580,707 0000000000000000001a24d7f40990fdfe3eee39c41efc58bb5b45fc8fb2f471 2,247 1.00/1.00 vMB 82
580,706 580,706 0000000000000000000bcb71a7de881342011d9f1b8098c63d94b1b0ed9412ca 2,600 1.00/1.00 vMB 78
580,705 580,705 000000000000000000233cd1a7ac0cf7069f374fcc4716810047b2e489db4337 3,092 1.00/1.00 vMB 115
580,704 580,704 00000000000000000015a6f57d6a42809a302322279110f88d6f0423cded6f46 2,893 1.00/1.00 vMB 99
580,703 580,703 000000000000000000212f8e9adba0b250b353bcc478e3f395404dba9d9165c9 2,693 1.00/1.00 vMB 90
580,702 580,702 00000000000000000010bdfc51780479482cdfce25b979ee12a87e10163013a3 2,691 1.00/1.00 vMB 83
580,701 580,701 00000000000000000012da6eea855f879e85d4b9f7d541b866d67973d863f72c 2,669 1.00/1.00 vMB 88
580,700 580,700 000000000000000000058c7926cfca14fbcdd86c8f3a3560af2f260fe4c1c9f0 2,146 1.00/1.00 vMB 91
580,699 580,699 00000000000000000004cd6ea5c128bac1f75f069f3a090cd86ec7955b84022e 2,088 1.00/1.00 vMB 113
580,698 580,698 0000000000000000000bb96eabfcd2bdcec08c2cc798315c4558019f67e95304 1,836 1.00/1.00 vMB 125
580,697 580,697 000000000000000000155b6aba79982ede5bbf71b92e8a36412310ed61c4f77f 1,437 1.00/1.00 vMB 88
580,696 580,696 000000000000000000182199e5691c461bc1831d37764b4629fb49cb35a0973f 2,514 1.00/1.00 vMB 100
580,695 580,695 00000000000000000007be67a844dac17aa74ded398a66981b5e27bc97edb6a1 3,002 1.00/1.00 vMB 100
580,694 580,694 00000000000000000015ebde35422594bb1aff336eb5f1f895c3a6dd68a907f7 1,193 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 781.84 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: 638.04 GB
    • Received: 12.46 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.