Loading Tool

Explorer IconExplorer

Memory Pool

77,256 transactions
28.65 vMB
0.09026383 BTC
Random Selection Loading Transactions
Max Size: 173.79/200 MB

Candidate Block

Mining Attempt 63c5868b868d9d676e945667a6027913c9a68f348feb6ba3062cf1ae1deaebdc
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 0a44410a3a0ca3e0c0504373b7d5d51d9ab6c693bd89c2300d01629d9e5cbbc5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,033
Size: 1.00 vMB
Total Fees: 0.02418455 BTC
Feerates: 402.60 > 2.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (109,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,731 805,731 00000000000000000002144f8c3230fe73a03019bfe5e97d393bd1fc32561047 2,673 1.00/1.00 vMB 31
805,730 805,730 00000000000000000000de385478ebcd41a96a8bb8bf727e535751f5f2ec207f 3,111 1.00/1.00 vMB 22
805,729 805,729 000000000000000000035c153c36a976c56577486c8d5be03713888aaf7bcfef 2,431 1.00/1.00 vMB 18
805,728 805,728 00000000000000000003f5839dbf643d38246d298e5785fa15f17078c52ddd5d 2,110 1.00/1.00 vMB 20
805,727 805,727 00000000000000000003f6f9d30feac9bade666ccf6f7c3106b51e88414e6b4e 3,075 1.00/1.00 vMB 28
805,726 805,726 000000000000000000045012b9044928028165e6bb2d79880a1ff3657c56e9c3 1,496 1.00/1.00 vMB 22
805,725 805,725 00000000000000000001c158c6834ea9e7e7956441a6a6008ff882c73fc6c81e 6,247 1.00/1.00 vMB 10
805,724 805,724 000000000000000000017db74bdd64058f2ddc99042f8007d69cfde44f53e00e 3,995 1.00/1.00 vMB 9
805,723 805,723 00000000000000000003d4b54fb2ad9a63909f715c9cef853747ac69b1bd7e37 2,257 1.00/1.00 vMB 17
805,722 805,722 00000000000000000000bc1b7e8e14647763b85d6be89f6a9d790cf7ee0e3ec5 2,533 1.00/1.00 vMB 15
805,721 805,721 000000000000000000030c922e2c81d958a39d2d898f1cff4da21f6cc1d18201 983 1.00/1.00 vMB 12
805,720 805,720 0000000000000000000353fbdb4a4ddcf49a6b5a9c9ba0518a78ab3d2d03a923 1,972 1.00/1.00 vMB 16
805,719 805,719 00000000000000000003d2e397a51e16b5d1bc684808a43cfdf9e020054f9fe2 3,207 1.00/1.00 vMB 16
805,718 805,718 00000000000000000002b1427a54d0935025bc76eb0b0e97f32e25b582d7af6f 2,581 1.00/1.00 vMB 17
805,717 805,717 00000000000000000004671893c6939a82634257f32c66d30ad76e8dfad2bd41 2,856 1.00/1.00 vMB 16
805,716 805,716 00000000000000000003fc9130c45988be08e89590bb4259bd4ad4fc02725745 3,888 1.00/1.00 vMB 30
805,715 805,715 00000000000000000000fed8b65a9ccc636b82f418ee9b3d28acb785aafc29bc 2,517 1.00/1.00 vMB 18
805,714 805,714 00000000000000000001db664773c116dd14064671a27c3aa4aa34abed0928ba 2,078 1.00/1.00 vMB 17
805,713 805,713 0000000000000000000009aff852b017d7a66bb486ce358b71ad91f7f61778a5 2,286 1.00/1.00 vMB 20
805,712 805,712 00000000000000000004f38aaecd5461534a6dc57ebcd19ebf4b47d7b89b48b5 3,334 1.00/1.00 vMB 19
805,711 805,711 00000000000000000001d350a623a1f578741810fb79dc13c111a157218235d3 2,911 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.