Loading Tool

Explorer IconExplorer

Memory Pool

79,469 transactions
29.67 vMB
0.06794734 BTC
Random Selection Loading Transactions
Max Size: 178.62/200 MB

Candidate Block

Mining Attempt 3dad832f4373ec50191905807195bb5a470e0f6593fb9ad2235144be2c794973
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 2b308bf8de692fc39a7c61216b0053c667dbf94b7418108c8cc505ddfb93e2de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,327
Size: 1.00 vMB
Total Fees: 0.00762152 BTC
Feerates: 100.19 > 0.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (420,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,212 494,212 000000000000000000b58b18b251330053fa15dd6dbf368e0ba268b8f3454369 2,285 1.00/1.00 vMB 378
494,211 494,211 000000000000000000693bfb19a16414a702c7a18efb3b6a535283e738ccc6b8 1,633 1.00/1.00 vMB 583
494,210 494,210 000000000000000000b3a59d780e617a2138fbfde30c08eecfc4dc80311f1708 2,013 1.00/1.00 vMB 541
494,209 494,209 000000000000000000255bab9af6e1249691a2515c90ac19a67f3dd68a9839df 2,159 1.00/1.00 vMB 542
494,208 494,208 000000000000000000b63ea83f148b382a72c2ee20b9fef95e0f9ccde0e15def 1,931 1.00/1.00 vMB 303
494,207 494,207 000000000000000000c018c10f447e8237f7a93df489e118efc4f0ad4546dd78 2,171 1.00/1.00 vMB 610
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
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.