Loading Tool

Explorer IconExplorer

Memory Pool

79,945 transactions
30.09 vMB
0.08917470 BTC
Random Selection Loading Transactions
Max Size: 181.34/200 MB

Candidate Block

Mining Attempt 378a85da92bfee4b216d6a10a355b8b68f3ca85913d1cb3c03e58bba5885a0f7
Version 20000000
Previous Block 000000000000000000005a637be4f0674e0cd19654bae85c49d461bc204dc54b
Merkle Root 7ed75500425c64738d6269f7c9ada5bafcc8a9cac709ccb38d3cea38f0119328
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,103
Size: 1.00 vMB
Total Fees: 0.01897632 BTC
Feerates: 40.21 > 1.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,143 (145,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
769,215 769,215 00000000000000000005f11253bdaab14b69109cf5aee0cb7986495e0edcd1ca 2,968 1.00/1.00 vMB 31
769,214 769,214 0000000000000000000420500b6ca7b3ff888ef659b0c7311122b1b078136b27 287 0.12/1.00 vMB 17
769,213 769,213 000000000000000000015adb092577107c34db5370dacf8e41a3e0f6964a87da 509 0.22/1.00 vMB 16
769,212 769,212 00000000000000000000fde6e7571023a38e13a7a78527c9c0d713757d9c42ca 1,273 0.45/1.00 vMB 17
769,211 769,211 00000000000000000002f06938eb9039e7f8935f118d0be7f0eff54c783d1bf5 908 0.24/1.00 vMB 19
769,210 769,210 000000000000000000067fc6cd2d03c77d4c967402986d1ae039153d7493a262 114 0.12/1.00 vMB 5
769,209 769,209 000000000000000000068ba7aa8da1f7a470c20080f6c71475c21e121092480f 2,160 0.98/1.00 vMB 13
769,208 769,208 00000000000000000006672b8bf0b2c34569ee3edbc5f67e9c6dae4134b55141 1,695 0.98/1.00 vMB 11
769,207 769,207 00000000000000000005234f6c79754e3c051cf3966c6dd8f60185f5e93c2497 1,899 0.98/1.00 vMB 7
769,206 769,206 0000000000000000000141586ec198b70d2dcde0aebcb562427a5f3f1b05af0b 2,272 1.00/1.00 vMB 17
769,205 769,205 0000000000000000000746d7811e5bd0dd26414a9f62fb58c10f4d33c65f6244 1,947 1.00/1.00 vMB 24
769,204 769,204 000000000000000000048528ca305f645f41e44a35b2b642f65f980a56329386 1,766 1.00/1.00 vMB 23
769,203 769,203 00000000000000000002a7acaf7caeb0c301a3104de1ca6456e1c46eb0373d4e 863 0.33/1.00 vMB 15
769,202 769,202 00000000000000000004142e50bea63289fa28d4802985d6686850d9adb6226d 2,521 1.00/1.00 vMB 16
769,201 769,201 0000000000000000000143f8c96b5136b301f0760b4c02aaa1b6acbd7c7dc038 891 0.45/1.00 vMB 10
769,200 769,200 000000000000000000003e0839c551fdad432787b12588191a94de5f53311b54 1,311 1.00/1.00 vMB 8
769,199 769,199 0000000000000000000745f1038f8e266a3a5aa1f9519a2d4b297d1e75c9eb3e 2,657 1.00/1.00 vMB 17
769,198 769,198 000000000000000000008f4a14972a25958ecd4a34f27349cc80f2eb8544959d 2,076 1.00/1.00 vMB 17
769,197 769,197 000000000000000000051e5c5855f2aaa4fda6202206fd73c866189d2ec41b01 1,933 1.00/1.00 vMB 21
769,196 769,196 00000000000000000006fe136fbe83276eafbe00456b4742c7293c956c16695d 1,170 0.42/1.00 vMB 16
769,195 769,195 0000000000000000000385adc1dab56a4d5c9b25ed644e5858b072f07690174a 1,041 0.40/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 672.44 GB
    • Received: 16.24 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.