Loading Tool

Explorer IconExplorer

Memory Pool

83,864 transactions
31.45 vMB
0.10034223 BTC
Random Selection Loading Transactions
Max Size: 192.91/200 MB

Candidate Block

Mining Attempt c3c7876069e58d57b380985eec3aa0e1c8c3606e7476c238cc7e835b6c2ec328
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root eb73fc985b9fb1086112513145d3d36b8371f0e1e085d0b8e09eb70249323c75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,891
Size: 1.00 vMB
Total Fees: 0.02837280 BTC
Feerates: 504.27 > 2.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (667,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
247,460 247,460 0000000000000074aa3d08c9c55373f3b3136fcda7a506ef3a3b1779f6370420 10 0.01/1.00 vMB 45
247,459 247,459 0000000000000060455cd3b53dc5f244b1516d6b6f71fc8658b54db083a7ea88 87 0.04/1.00 vMB 114
247,458 247,458 00000000000000624d668b8bf45e3fb134eac74474699477f215ab92e8a280f5 80 0.04/1.00 vMB 129
247,457 247,457 000000000000003518e48b6feb9e07cb7cd0ea7cdfda139c770767cce64b88a8 203 0.08/1.00 vMB 164
247,456 247,456 0000000000000088bf4cdd34c6357a5b61c3a690225e74f0bacbc78b506c2e7b 97 0.05/1.00 vMB 96
247,455 247,455 0000000000000016e4b29aaf58037ce463bcc9ff64f1b126ece35117e567166f 331 0.15/1.00 vMB 120
247,454 247,454 000000000000001e72c29d7b8ad59fcb5a282c2214842d100f7aef3b66b667cd 17 0.02/1.00 vMB 44
247,453 247,453 0000000000000039eff938dc313c1a34e3bbaf1d2ae1dc4ac508069fa42d7138 67 0.03/1.00 vMB 46
247,452 247,452 000000000000009c37fcf1bb29fe1ca644149dc5e7b82bd44cfcc98fdb0be453 261 0.10/1.00 vMB 162
247,451 247,451 000000000000001b74e8c549def0b6d71ab5b0b1a6d8b3fffbaf124eaecaf5d3 496 0.20/1.00 vMB 136
247,450 247,450 0000000000000046acdaf8c3c617f81631201cf7371ea3e1332045b9a707f42b 170 0.09/1.00 vMB 127
247,449 247,449 000000000000000edccd540c9fe8a3455ed19f92ca530a0ce44fbe247dc638ec 83 0.05/1.00 vMB 115
247,448 247,448 0000000000000094c8a1899638da524e2f24bf5c8094b409c495191b3c512ceb 180 0.07/1.00 vMB 181
247,447 247,447 000000000000009937450b7fe43d775c769f1d08c5180344f8fb04ccf6957fa2 64 0.05/1.00 vMB 72
247,446 247,446 000000000000005e9a731241ed442e910d7a19ba8abbbbefd5aeb8facdae8671 518 0.24/1.00 vMB 112
247,445 247,445 000000000000009562c4e5d4a3e0e6f64726cdd1e65e31b1077dbeabda59cd2e 27 0.01/1.00 vMB 123
247,444 247,444 000000000000007644b31befa3f547ca070c83dbc3c7f8fdd4f196189ee90c09 144 0.08/1.00 vMB 128
247,443 247,443 000000000000009bb932073b23ab2abd19c85f820d4bf5fd7560afa1a9d67c85 406 0.16/1.00 vMB 140
247,442 247,442 000000000000001c4a3cc56b67da2006b250fa2f0552197e34f9d2ff6b67d319 321 0.16/1.00 vMB 93
247,441 247,441 0000000000000089cb65abf67b76edb172a307ffd26eb76ddd8e3055be44aa9a 195 0.09/1.00 vMB 127
247,440 247,440 00000000000000297dc867a1ac246e6620004fe1e3182eaeb73fcb9b709d9596 26 0.01/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.77 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: 709.29 GB
    • Received: 16.87 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.