Loading Tool

Explorer IconExplorer

Memory Pool

88,840 transactions
32.51 vMB
0.18119874 BTC
Random Selection Loading Transactions
Max Size: 196.57/200 MB

Candidate Block

Mining Attempt 7818d3728f8b71fd9e87f0569a0bbd52aa06a04be950a550343c1257ba6bad96
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 639f2325bf3fd2a38e2b0a0b89b971188a13c65d981dc264436c2a80981722ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,884
Size: 1.00 vMB
Total Fees: 0.08814102 BTC
Feerates: 216.64 > 8.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (259,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,145 655,145 00000000000000000001ccf5fb37b92c1456c79af5110c51255d539d81391578 2,727 1.00/1.00 vMB 317
655,144 655,144 000000000000000000029eaa0bcf94404028051fb75d85082c3fc22919d6eb1c 2,846 1.00/1.00 vMB 341
655,143 655,143 00000000000000000005d455cb3cb99ef18689e9762286f7ff97f14d13905805 2,911 1.00/1.00 vMB 329
655,142 655,142 0000000000000000000ba39ee604a9f535bff8d74755036eb8d05a48c5ed3bcf 2,596 1.00/1.00 vMB 292
655,141 655,141 00000000000000000004edc611f566a281cfea726906b689f0e66a1ff0641cb7 3,366 1.00/1.00 vMB 302
655,140 655,140 0000000000000000000a40f4deff1149bbf5fb435b72d22e9d01d3627b73492c 2,149 1.00/1.00 vMB 303
655,139 655,139 000000000000000000034c3f7add16bc270b01868263813286a33d1233f477c7 2,662 1.00/1.00 vMB 299
655,138 655,138 0000000000000000000299574cd707c3684b7e4aab418be721b3c559c21d7d20 3,187 1.00/1.00 vMB 344
655,137 655,137 00000000000000000006f5ff6395a5ff0db109fe90996b925f764a566b0b5d32 2,912 1.00/1.00 vMB 312
655,136 655,136 00000000000000000008e5ca18dedaf93bf5ab14c318dcaa7a241b639c045f30 2,916 1.00/1.00 vMB 331
655,135 655,135 000000000000000000061023adc7bd4ee0596d978b59bb7ea79ec43e553efe4b 2,672 1.00/1.00 vMB 295
655,134 655,134 0000000000000000000a43ab02623f3cafb031da7686f0edbf33b09da404fdc8 2,608 1.00/1.00 vMB 354
655,133 655,133 0000000000000000000c5741281766d9c74c0c56adc45cee3977367fead04a15 1,833 1.00/1.00 vMB 318
655,132 655,132 0000000000000000000dd956491e746fa29f0b9c6c31811bc8f4c6bf25d62f49 2,437 1.00/1.00 vMB 283
655,131 655,131 00000000000000000000c43489bd0b3c25ae5968792083ad3a2704465e58b789 2,883 1.00/1.00 vMB 325
655,130 655,130 00000000000000000006ee6ef3e1e3f5ce77ec364a410d013a3998d0e1fde1c4 3,127 1.00/1.00 vMB 358
655,129 655,129 0000000000000000000b983471c9d97da0493d666aed2182b9f5724d8de882f2 1,770 1.00/1.00 vMB 318
655,128 655,128 0000000000000000000b7bfd8619878c47acbffe4ea9cf4be95d90b17ecbfada 2,065 1.00/1.00 vMB 325
655,127 655,127 000000000000000000079892d2dc845f2e0290e60f4eac5e37e3fbfe118d9261 2,747 1.00/1.00 vMB 335
655,126 655,126 000000000000000000006f046592d350f53122f5dc96a8c37cd0bfc566e71f1c 2,419 1.00/1.00 vMB 148
655,125 655,125 000000000000000000023d8afe2665cf8fb5afe64cb3b229b1e8801e5b090bd8 2,808 1.00/1.00 vMB 268
Previous 10 blocks ↓
Total Size: 782.52 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: 668.94 GB
    • Received: 15.65 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.