Loading Tool

Explorer IconExplorer

Memory Pool

79,278 transactions
29.26 vMB
0.10427610 BTC
Random Selection Loading Transactions
Max Size: 177.38/200 MB

Candidate Block

Mining Attempt bc272be0ab182e0b84caf2a3312e4537c679b899f177c33b6de28e7386324ed8
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root 52c77ad0fd0b77eab952f9e0608784bd6f1db1741346cf82eeefb21b4884106c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,756
Size: 1.00 vMB
Total Fees: 0.04303891 BTC
Feerates: 137.15 > 4.31 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (523,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
392,092 392,092 000000000000000002e2ad9316a262509d60fe4ca004222968b5d46dd81b40c3 883 0.93/1.00 vMB 28
392,091 392,091 00000000000000000a00fbb77525f0fa2267be5d5d24cd199b3da13916695877 1,904 0.93/1.00 vMB 23
392,090 392,090 0000000000000000063fd7f57599bc47a92ed76547ff7d28c8ace5fb8e39c50c 1,260 0.99/1.00 vMB 38
392,089 392,089 000000000000000004b88efe027feff46d6f26d4f18692cb00e8e18c4e8e1035 1 0.00/1.00 vMB 0
392,088 392,088 000000000000000006f52785a9eccd75e36dc6b30e60d291c6bd303df1ee2f10 2,001 1.00/1.00 vMB 37
392,087 392,087 0000000000000000064c74c5e5c5fe94e1f2f57805dc8430a7e74d5f920ffb82 1,396 0.89/1.00 vMB 44
392,086 392,086 00000000000000000a03e08c9b36466c6335974947acb2f320b9fc36dca38fb3 181 0.09/1.00 vMB 91
392,085 392,085 00000000000000000696cd4661d2b3026637384a58d9c0854981c469405742b2 2,077 0.91/1.00 vMB 66
392,084 392,084 00000000000000000512ec4f4f007e37a2c7dee1557c17bf13c524fef54ce561 2,934 0.93/1.00 vMB 59
392,083 392,083 0000000000000000011669af46af6731ade401b6300ba0185c08d221e63698d1 1,287 0.80/1.00 vMB 35
392,082 392,082 0000000000000000066b016300e57d165bf5c851a6bac7527601e5ab5f66019f 777 0.51/1.00 vMB 29
392,081 392,081 000000000000000003fbfe051d59ffc31ad346d7b711d56dc199f7f2a33555a6 25 0.05/1.00 vMB 3
392,080 392,080 0000000000000000053946ae8c422ae69ae4b067e831d9589eabbbd5df826a7a 442 0.25/1.00 vMB 30
392,079 392,079 000000000000000009cc06cdb8fb14c6c0c193cda0653e1745135d7f51823344 182 0.25/1.00 vMB 12
392,078 392,078 000000000000000001e0a6fba8ebd2215a75ca4162e954fa1c5bea8ad7508502 1,851 0.93/1.00 vMB 36
392,077 392,077 000000000000000005eb96ca1c7e4446acf3e3f95e2ad7efa320477d817d5379 1,547 0.95/1.00 vMB 33
392,076 392,076 00000000000000000529d5fb0f73d24f504379d0ab911fbb7d6cae04ff99d6fc 746 0.49/1.00 vMB 29
392,075 392,075 0000000000000000095762d45b5262698cbe492bb0cf938bbc590c3165c294ce 675 0.40/1.00 vMB 30
392,074 392,074 000000000000000006b64a4d39d0fc8ccf5c7a0cd4d5c2ea5e89d9c49ab0a97a 706 0.74/1.00 vMB 17
392,073 392,073 000000000000000003770021054c04f4c37ea163657285f6c3a02468e5f29a5c 657 0.99/1.00 vMB 15
392,072 392,072 0000000000000000098fdde6d3ca1affc5f7197dd85b96c09aa7f7ff5313551f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.59 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: 671.42 GB
    • Received: 15.93 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.