Loading Tool

Explorer IconExplorer

Memory Pool

75,186 transactions
28.95 vMB
0.15764571 BTC
Random Selection Loading Transactions
Max Size: 171.05/200 MB

Candidate Block

Mining Attempt 60042bc74c5d5ce5e0a9219e29a0a7c6786f24da150ee404f576ab8e8cfe81ad
Version 20000000
Previous Block 00000000000000000000c0368a6a299300836a053555957b7a6df568fc9b47d0
Merkle Root 30cbb7ec10235866dacd1830583a853ef313791c06c4e684d16e446446681459
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,873
Size: 1.00 vMB
Total Fees: 0.09717001 BTC
Feerates: 502.67 > 9.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,038 (238,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,036 677,036 00000000000000000000d1cf911b19795edd06932884b4816a66f4c3dabb456b 2,353 1.00/1.00 vMB 78
677,035 677,035 00000000000000000004d8a94938e7fb91ed24fb81dfb3bb1ffd98b784e45988 1,933 1.00/1.00 vMB 79
677,034 677,034 0000000000000000000c2b9cb827eb39cb1278b9ee0c53e65d04a4b5aca4d95a 2,330 1.00/1.00 vMB 77
677,033 677,033 000000000000000000006f00953f4b44b9cd443bc4eb386fbb2c7aa7a594cfe2 2,244 1.00/1.00 vMB 92
677,032 677,032 00000000000000000008238f10482ee5f23212606d9f1ebc89e69c7968f68547 2,601 1.00/1.00 vMB 83
677,031 677,031 00000000000000000009b7fb3304f2d5eecd84e5d41d4e4620000aa83e20eeb6 2,574 1.00/1.00 vMB 86
677,030 677,030 00000000000000000004c535303378c5b5974ac3da77a7ea065ba36a4f5c3ce9 2,951 1.00/1.00 vMB 102
677,029 677,029 0000000000000000000277837859d092b31371fdcf036bc4b103e1d5e6335deb 3,385 1.00/1.00 vMB 119
677,028 677,028 00000000000000000007b5c7a9527eddbef6e5a2df454f906148336d1840b0de 2,781 1.00/1.00 vMB 57
677,027 677,027 0000000000000000000bda2e8a9841eb42589f4c20d5071be2afc576e91220f8 3,127 1.00/1.00 vMB 64
677,026 677,026 000000000000000000015d36ffb772b87fdbe35f06602e17ebe1277cd95d4d7e 1 0.00/1.00 vMB 0
677,025 677,025 00000000000000000002cbd1bf923700f5525e42c928a91cd07ae4124f345dc0 3,128 1.00/1.00 vMB 81
677,024 677,024 000000000000000000013298fb508ff0837fdbed0b5e50c34cfd8cc264a5b5ef 2,494 1.00/1.00 vMB 68
677,023 677,023 00000000000000000009910502e007ee6b568a8ad7ca2288d23537dbc142565f 2,922 1.00/1.00 vMB 72
677,022 677,022 00000000000000000006088c947a7b02f43f30320cd2921bd03ea23b12ba85bc 2,847 1.00/1.00 vMB 68
677,021 677,021 00000000000000000003ea6ab5d45cc5d9e356032bf11f372307736ea8f22bc2 2,453 1.00/1.00 vMB 83
677,020 677,020 0000000000000000000bcca319b4678ce7cf619aaa4af01e7b1fd1ffba79d357 2,359 1.00/1.00 vMB 82
677,019 677,019 00000000000000000009c2dbcac7631d4cc65b973ef983b94483d65c378711eb 1,309 1.00/1.00 vMB 79
677,018 677,018 0000000000000000000213726e2c091113e614ac2f9cddd9d3ef0cb6bbaabd0b 1,926 1.00/1.00 vMB 84
677,017 677,017 0000000000000000000538d6fbe4c9999c4ffe6c1632474768b6c734497a7f87 1,894 1.00/1.00 vMB 79
677,016 677,016 00000000000000000007482d10121ace31d8fb024a5132e5e8de356635fd599f 3,013 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.46 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: 667.79 GB
    • Received: 15.29 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.