Loading Tool

Explorer IconExplorer

Memory Pool

48,251 transactions
27.41 vMB
0.07442289 BTC
Random Selection Loading Transactions
Max Size: 146.13/200 MB

Candidate Block

Mining Attempt 938012e9310072263c68ba7833bca4810d88a7f97444e2fd4b06b4229c514008
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root 04260e5e155545f26eecb49e826ee3abcd2a19af1bd1f36202e10ac78e29bd3d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,945
Size: 1.00 vMB
Total Fees: 0.02306273 BTC
Feerates: 150.92 > 2.31 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (351,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,712 563,712 0000000000000000001cd5f6d6c7f073b37885a736a9f906de860925fa65ac28 2,301 0.80/1.00 vMB 12
563,711 563,711 0000000000000000002d6176bbca034eff9d9344edf687f8f4158588e3ab53c9 3,265 1.00/1.00 vMB 4
563,710 563,710 0000000000000000001e761c16cf52ca1739b0987c6295de1e68649242fe24a0 1,925 1.00/1.00 vMB 30
563,709 563,709 00000000000000000013800c71f506a45049b3735c10210a82894f2d8c033859 2,648 1.00/1.00 vMB 24
563,708 563,708 00000000000000000010b17f7db988d56cb9730238b689e98a6a8766709786eb 174 0.10/1.00 vMB 25
563,707 563,707 0000000000000000001c3e47efe8340337145dca3c881ffd551a9c340647e875 2,032 0.70/1.00 vMB 5
563,706 563,706 00000000000000000016c2a392cae8ddd39434596852f38807e13926ca1f0396 2,664 1.00/1.00 vMB 4
563,705 563,705 00000000000000000016cbcd9946eebafebccd1c0f46c2ed0f1f9f3b36b2f890 2,558 1.00/1.00 vMB 15
563,704 563,704 0000000000000000002b7acc0a9b76a2f8de7359bed81232425e2c53f25598fe 2,382 1.00/1.00 vMB 36
563,703 563,703 0000000000000000001f9c82791b2f1ba5aef773a932b5e017bfdc4d09e52760 2,824 1.00/1.00 vMB 24
563,702 563,702 0000000000000000002b6d9f775fc3f764645cdd91bdc52c0c22e09d2e3583a3 3,368 1.00/1.00 vMB 18
563,701 563,701 00000000000000000019a4b70c02a30affe5a2f6e2b0d58c55473bab81c5fc32 2,823 1.00/1.00 vMB 44
563,700 563,700 000000000000000000096c238ca89e085ef7458d46b59a391c0b72212dd099fb 1,104 0.42/1.00 vMB 17
563,699 563,699 00000000000000000012bbe843674338b9a4d8d6b8711856f1f4656b02434abe 2,710 1.00/1.00 vMB 22
563,698 563,698 00000000000000000014ce3e65809eb462ff1a9c8ec60431fd9d4303dabd964b 1,221 0.36/1.00 vMB 4
563,697 563,697 00000000000000000017828b671431d7441fa5e42729cc9fdc898434847d4b69 2,487 1.00/1.00 vMB 22
563,696 563,696 000000000000000000181245939180fcc3be484da05da741f8d6c5c4a6a60af4 338 0.14/1.00 vMB 18
563,695 563,695 0000000000000000002c6912547b2776f2c21ae93cbc9418e87d2cb1721e2eb3 2,489 0.87/1.00 vMB 10
563,694 563,694 0000000000000000000b09098f5c3e08c43e51a306511c48ebc654e85bda4ed8 2,754 1.00/1.00 vMB 15
563,693 563,693 0000000000000000001c03bc1cc5cec1ef4692bc3e3eb8649c4cb377a83c424f 2,707 1.00/1.00 vMB 18
563,692 563,692 0000000000000000000fe6f9110bcdf30ff514dc77f4a6bfb85500852c0d48f8 2,523 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.00 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: 649.05 GB
    • Received: 13.12 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.