Loading Tool

Explorer IconExplorer

Memory Pool

79,521 transactions
29.68 vMB
0.06838552 BTC
Random Selection Loading Transactions
Max Size: 178.69/200 MB

Candidate Block

Mining Attempt f242d184ea1b312096d082bc72596ebd922414562f9b9eb3f231bff6516679f4
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root b5c5ae4c71adbe8dc01997202f8576946a696ffa507398c106e6961148fa8420
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,295
Size: 1.00 vMB
Total Fees: 0.00791583 BTC
Feerates: 100.19 > 0.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (420,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,206 494,206 000000000000000000a6b23981d03d97ae5cdf8b72b125fb73072554b840b876 2,231 1.00/1.00 vMB 341
494,205 494,205 00000000000000000057b8c1b574cc2824854b5b9d81f79ec7072b97faba580b 2,385 1.00/1.00 vMB 643
494,204 494,204 00000000000000000013bd595a6a521dddadc8820a3e9710a94132e8d2008fee 2,099 1.00/1.00 vMB 576
494,203 494,203 00000000000000000094b3f171bc543cfec248c5de94a95f257c57a6d41dac9f 1,853 1.00/1.00 vMB 533
494,202 494,202 0000000000000000000bb51b4f980638d698169ce5fb7ead341bf943c0a6443a 1,752 1.00/1.00 vMB 640
494,201 494,201 00000000000000000024042565be75fbe7d8eff94cccb67ef74fb41c6b7c5982 1,549 1.00/1.00 vMB 793
494,200 494,200 0000000000000000002bd30f7c4c4d12f09d38c06c1851d2c247738df8181c8b 2,580 1.00/1.00 vMB 693
494,199 494,199 000000000000000000c3983c9abe3fb6e47c555bf65116905e15d65c3c4a5679 2,454 1.00/1.00 vMB 943
494,198 494,198 0000000000000000003a744b2fdde15713f9505afc191487977daa663c768ef3 2,420 1.00/1.00 vMB 266
494,197 494,197 000000000000000000261bd18ce4f21c8d8c361297afd992171a20d7ed4d43fd 2,270 1.00/1.00 vMB 507
494,196 494,196 00000000000000000028ce5824e8fe174a7d126d5c6944deb4fd18499e44d48d 2,326 1.00/1.00 vMB 538
494,195 494,195 0000000000000000009ec1419c7034abdc42ac82bba4060fe6df4ae6aec52e97 2,111 1.00/1.00 vMB 725
494,194 494,194 000000000000000000bbbe92a1592fb8b814e5afae8166cc65b1afa6b1661927 1,549 1.00/1.00 vMB 271
494,193 494,193 000000000000000000a8d8c7136f2f98ceb5fc29b5bdf61b8e55165a164738dc 2,223 1.00/1.00 vMB 289
494,192 494,192 00000000000000000039221cc104d1b36ea546497997f57ec518d55ff2229626 1,604 1.00/1.00 vMB 451
494,191 494,191 0000000000000000002ab69ee76d995228cd53463802de283ea580787952eefd 1,832 1.00/1.00 vMB 470
494,190 494,190 0000000000000000000da850d1e2b2bf40458a5e09b1895bc12e1212fe7c6110 2,137 1.00/1.00 vMB 565
494,189 494,189 0000000000000000007e1abbc7359bebaf3b7d6dfa5461258c18278a325c8311 1,700 1.00/1.00 vMB 333
494,188 494,188 00000000000000000027377b4d753e51bdfb8fc9ba9910caecaa658f97afe681 2,004 1.00/1.00 vMB 365
494,187 494,187 00000000000000000072de7fb7b9bff73ea38480b11f5a4c6d1fa2eb683094bf 2,398 1.00/1.00 vMB 414
494,186 494,186 000000000000000000568bdf860295e2aee5944a62ec0066df9fa80f318d5fc9 2,070 1.00/1.00 vMB 330
Previous 10 blocks ↓
Total Size: 782.37 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: 663.68 GB
    • Received: 14.93 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.