Loading Tool

Explorer IconExplorer

Memory Pool

75,613 transactions
27.91 vMB
0.08266108 BTC
Random Selection Loading Transactions
Max Size: 170.43/200 MB

Candidate Block

Mining Attempt 7b3c24c27653a3df86477f1ab74f7fef4eaf3e837b0388b94d9ba157a70fa2e0
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root bba4c4f67f52203e5db238e224929683240d2e4067798dab36cef29a9ac5bb9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,477
Size: 1.00 vMB
Total Fees: 0.02284761 BTC
Feerates: 100.53 > 2.29 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (188,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
726,846 726,846 00000000000000000007b431e3515cb28d295593102990aab002f17c944472d9 1,414 1.00/1.00 vMB 7
726,845 726,845 00000000000000000006ef31036e45baabb66663c926bbb6ccf73637cce89046 3,093 1.00/1.00 vMB 13
726,844 726,844 00000000000000000003edcaac44b26ff6779f4dd36b4c6db1f89c127cd29a44 3,084 1.00/1.00 vMB 13
726,843 726,843 00000000000000000002835725c4fb96553b0ae9f28092c86c0b3b1bfc0f7f53 3,471 1.00/1.00 vMB 14
726,842 726,842 00000000000000000005816a44a0c1e91dc3772fbb247672d371c31253624855 2,706 1.00/1.00 vMB 5
726,841 726,841 00000000000000000006f9ab4bee1a0bddcee0f60c689c87cdc645c3a9840836 3,259 1.00/1.00 vMB 16
726,840 726,840 00000000000000000008c52ceedd809ba471f5a40cc4419133c290dc8a58096c 2,927 1.00/1.00 vMB 17
726,839 726,839 00000000000000000006a19ddf052a84976a0cedcf3df361d90636d63e2818b6 335 0.14/1.00 vMB 9
726,838 726,838 000000000000000000023ba177cb14198445bcae2f745df81ade4a441fb87087 208 0.15/1.00 vMB 6
726,837 726,837 00000000000000000001fff908dd0cce113de51c72b4c7c1e625d8f17109b92a 2,849 1.00/1.00 vMB 7
726,836 726,836 00000000000000000006fbbe6ba5cce72f3532e454a2c281af1c5dc8677959b3 3,410 1.00/1.00 vMB 11
726,835 726,835 0000000000000000000165e60017bbb8d9ef1a1fb23ecbb431ad3197dcc74dbc 1,650 0.87/1.00 vMB 3
726,834 726,834 0000000000000000000794ae4be90471870b6f374ca1f0a003e9c7d206b08733 2,882 1.00/1.00 vMB 11
726,833 726,833 00000000000000000003842eb452fa7a119e7a56940d2409f0cf374aedb37c7e 2,630 0.92/1.00 vMB 8
726,832 726,832 00000000000000000004a4cfe0b1e8664d721ea248fe3dc57b5a9e0cc78fef55 1,888 0.72/1.00 vMB 6
726,831 726,831 00000000000000000009a8acb55e3b261089048eb2d69d55c015630aeeb9d244 3,077 1.00/1.00 vMB 12
726,830 726,830 000000000000000000019b6893a63382ef7d14212bf8220a73f474f90d86dcdb 817 0.29/1.00 vMB 9
726,829 726,829 00000000000000000004f3dc147868bfbb2d5ab770a5f0727bcbc0c7634aa6a9 133 0.04/1.00 vMB 7
726,828 726,828 00000000000000000006e8f91f9a8a3fa44edcdc3740e9da4f2de474a0c4ed81 615 0.36/1.00 vMB 6
726,827 726,827 000000000000000000016ac1abb0837887dc574da9285a7fb361f2e8d4bae673 2,013 0.79/1.00 vMB 7
726,826 726,826 0000000000000000000214641be9d173f1ab8176f25f4fac46066f72e1315357 161 0.05/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.83 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: 711.67 GB
    • Received: 17.11 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.