Loading Tool

Explorer IconExplorer

Memory Pool

68,072 transactions
36.93 vMB
0.21591606 BTC
Random Selection Loading Transactions
Max Size: 197.85/200 MB

Candidate Block

Mining Attempt ab34f0f2c5e5c97017d6835805bce61a7e27d9b5bdb42a027616472dc44c2ba1
Version 20000000
Previous Block 000000000000000000001174509a669f8c3afed786e1918a5d9c82a348da961f
Merkle Root a440aa8ff2c527e4fbb8865f2e2297a5aa3f417342479fde67631f423c3d2f8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,516
Size: 1.00 vMB
Total Fees: 0.11747951 BTC
Feerates: 203.17 > 11.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,404 (789,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,571 124,571 000000000000271c9bd54da2510a6a09b371269083c41e4d11ca48e929f4aee3 7 0.00/1.00 vMB 0
124,570 124,570 000000000000111d904a229c9dba800007b9c99c4d12cdacdcc24adf4f893d4d 17 0.01/1.00 vMB 617
124,569 124,569 0000000000002e37a11d2198d8e0b082d01c159b21c0cbcab1da9ef27a756e71 9 0.00/1.00 vMB 325
124,568 124,568 00000000000037d9778eb76ecc333482c1d1208645d8d59544f6bb4d647bf4e0 35 0.02/1.00 vMB 1,595
124,567 124,567 000000000000415cf638e9173f8a351462db2a32dac81371314c351e3083fb97 10 0.00/1.00 vMB 0
124,566 124,566 000000000000496c4b77a22efd3b21acf4ce9f6e9ff5644437dcd5d851acfb87 9 0.00/1.00 vMB 349
124,565 124,565 0000000000003f59c1458cf54a5617eb4fb01834d22c6ca2ccd4c90bd8a5faec 10 0.00/1.00 vMB 934
124,564 124,564 00000000000022a31ac817e9c8d4fd9bc1bc96783b2775b5272b26af5879ab78 1 0.00/1.00 vMB 0
124,563 124,563 0000000000001f83f240734240703c7ae70dcb971cc4e4dd7c8a8d42d0a74556 42 0.01/1.00 vMB 309
124,562 124,562 0000000000004434eac31093ed8146ea7dca8942e53143df39e6d6950af63575 3 0.01/1.00 vMB 1,397
124,561 124,561 000000000000226a96df43987f4b258e3364c013fb0e5b481961d102566da6a8 12 0.00/1.00 vMB 520
124,560 124,560 000000000000371b1784a5aa064ae317486bf758f0bbed141b06fd67018e2f94 8 0.00/1.00 vMB 602
124,559 124,559 000000000000140577f9a9efc69a51b99a3ddece42f92f511737a6019dd32c08 9 0.00/1.00 vMB 942
124,558 124,558 0000000000003e8e23bd7fbca17cec9f384997133927200c631c42b5e5a15083 18 0.01/1.00 vMB 936
124,557 124,557 000000000000590a9c7ba703d5d00d1ba0a86213d211158e7b63b98f03092429 6 0.00/1.00 vMB 0
124,556 124,556 0000000000005f3c2f985aad095747d64b1bd4124994be9a3adae66656824515 29 0.01/1.00 vMB 561
124,555 124,555 0000000000003dc17c507abbcdc5caaa00f215a3e141541b7be237b7c5724f3b 48 0.02/1.00 vMB 2,195
124,554 124,554 00000000000015269314579571fd874b131f2fc4af8bd4fc409315d4c535c556 12 0.00/1.00 vMB 1,017
124,553 124,553 00000000000040347fd35dd9daa798434cbd7a148aaf39a09f40faac3e32b3e6 34 0.02/1.00 vMB 508
124,552 124,552 0000000000003e525ec4948b44cb6f92eb03cbcfaa326bed98f60a778a514c1a 8 0.00/1.00 vMB 864
124,551 124,551 00000000000019121c9cfd7bea41f768a1293a3cc093a7bba4550d36a08fe4b3 8 0.00/1.00 vMB 341
Previous 10 blocks ↓
Total Size: 781.32 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 600.90 GB
    • Received: 10.10 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.