Loading Tool

Explorer IconExplorer

Memory Pool

102,246 transactions
20.40 vMB
0.07557903 BTC
Random Selection Loading Transactions
Max Size: 156.60/200 MB

Candidate Block

Mining Attempt 01d18b2df6f5c4fe199b61518e93c800ec17929ccf2d6c199ea452600109c445
Version 20000000
Previous Block 000000000000000000013d3533c1fbb0211aee0e923c33207897e838772764da
Merkle Root 2cc5af5d4d5ef38ba19593a6f667a26f746c958d13c931e8898309ac9709a126
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,878
Size: 1.00 vMB
Total Fees: 0.02466191 BTC
Feerates: 151.12 > 2.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,781 (95 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
916,686 916,686 00000000000000000000fd7ebcdded7483520d41efdda042b37cb3e37b495374 2,214 0.61/1.00 vMB 2
916,685 916,685 000000000000000000015eef6e11c8d3d73b764abd9c9cf2d9d71ce91738fd34 127 0.03/1.00 vMB 2
916,684 916,684 00000000000000000001b805de2f84dd4bef6e1b8fb9f03aca3aaf8d3b23b69b 5,260 1.00/1.00 vMB 1
916,683 916,683 00000000000000000000d741c53b6889b7e4c2c496963f01e6649f3487631e68 3,656 1.00/1.00 vMB 2
916,682 916,682 00000000000000000000c7a4fb136947d226f838b2cf210f9038e0f9201d2aa8 1,756 0.64/1.00 vMB 2
916,681 916,681 000000000000000000012ee475a6fa7545c0bedf74239510b551c27d902a23b4 4,672 1.00/1.00 vMB 0
916,680 916,680 00000000000000000001d4844b10eb3b37a31903802cb1d591138aba6843d725 6,076 1.00/1.00 vMB 0
916,679 916,679 00000000000000000000feafb8f021deabffb97af3a30fc35b63177e095a52a3 3,258 1.00/1.00 vMB 2
916,678 916,678 00000000000000000000da0858b2e82c7460764c5cb4d81cfc6725238c0cff6a 6,322 1.00/1.00 vMB 0
916,677 916,677 00000000000000000001a272f3bccca8adc319640ea45f94b84987da08c8ab5e 4,190 1.00/1.00 vMB 1
916,676 916,676 00000000000000000000922ec767c1055f45b3c8a8eb9b15a85444a87d3f07c7 5,214 1.00/1.00 vMB 0
916,675 916,675 00000000000000000001d716ccfd018bc426812e44f8811f2f5a35afc6f7c90e 2,231 0.81/1.00 vMB 3
916,674 916,674 000000000000000000001eb2b86bbeb3ab42eeb1016f1efb7f9cf3905c2ae444 5,895 1.00/1.00 vMB 0
916,673 916,673 00000000000000000001d1b85fa5f12a90d3679cb85cb36282fcf8a3a34bfce2 24 0.01/1.00 vMB 1
916,672 916,672 00000000000000000000ae54a3ebf90031e56f578090526f6dcc1ead82fe80ca 3,020 1.00/1.00 vMB 1
916,671 916,671 000000000000000000017a2e67e02db76a9be2afd826b0466a1409417ffe45be 3,312 1.00/1.00 vMB 4
916,670 916,670 000000000000000000015e3d4bd58d563b32b21e75b84d47b2b2803af0018d43 6,852 1.00/1.00 vMB 0
916,669 916,669 00000000000000000000f947a08791339c5e8daeb796652dadbb6470d2a12daf 4,049 1.00/1.00 vMB 1
916,668 916,668 00000000000000000000a62049aecc37a1b7963db289a0a8228f25fddae52eda 2,281 1.00/1.00 vMB 2
916,667 916,667 0000000000000000000149a7ec157817a7e879f0b4f523ea69b634fcf35866d8 3,276 1.00/1.00 vMB 2
916,666 916,666 00000000000000000001b4d4db62f2fdcd27d9ab6ff9b0bbed14356f0a76b639 3,508 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 785.43 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: 962.73 GB
    • Received: 29.05 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.