Loading Tool

Explorer IconExplorer

Memory Pool

82,130 transactions
30.22 vMB
0.16795014 BTC
Random Selection Loading Transactions
Max Size: 181.69/200 MB

Candidate Block

Mining Attempt 783060be178d176d0a404801cd38efa8bd7ed9fabb0ed35aa8900d4fe97ad3bb
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 54a44850d38cea6924c357f7dd7e9228d6638c48dcf4ad326664f5bf2b0d0f10
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,948
Size: 1.00 vMB
Total Fees: 0.06360961 BTC
Feerates: 1,002.91 > 6.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (189,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
725,896 725,896 0000000000000000000357e4a47ec4c80bb57549e1431516fa06f1724301c5ca 1,695 1.00/1.00 vMB 24
725,895 725,895 000000000000000000039786b5b1507ce569585ecee150c6a9fe8343ce672eab 2,467 1.00/1.00 vMB 17
725,894 725,894 000000000000000000051c01dae1460a4c3a4561cd055fade5bfce3af0089d7e 1,977 1.00/1.00 vMB 9
725,893 725,893 00000000000000000006284dfd3dad7fb4dc916489c6287f2be797e7726a9de9 1,849 1.00/1.00 vMB 13
725,892 725,892 0000000000000000000073f4915dcaf02412c4f47df87642e753e235cde3ceb8 1,886 1.00/1.00 vMB 18
725,891 725,891 0000000000000000000814cd1cc04321a83a17747d5bd1927c0d3cc0acf6d39e 2,229 1.00/1.00 vMB 12
725,890 725,890 00000000000000000006dbe3d1328fd7c4b3fd3f93ac1e99166322801a95fa2f 2,538 1.00/1.00 vMB 15
725,889 725,889 00000000000000000005e1aeb6da5173911ccf77ee4e241e673511b880731ae9 2,517 1.00/1.00 vMB 16
725,888 725,888 00000000000000000003863a781e5f306ca7d0cfdb0a45dd868801325cafaec7 514 1.00/1.00 vMB 15
725,887 725,887 000000000000000000045e6a79aeb46e645cda67277cb8e950ba57fd77a46e22 2,177 1.00/1.00 vMB 17
725,886 725,886 000000000000000000060da63b32a3985a30285eaaaf00b2a2d6715c25558188 1,507 1.00/1.00 vMB 8
725,885 725,885 0000000000000000000827226cdb4f0e1513958ef7f9f073008535199d7950f4 1,616 1.00/1.00 vMB 10
725,884 725,884 00000000000000000000159abae7fcf6d54e2451319a342c7c6a260fd2f601ae 1,821 1.00/1.00 vMB 9
725,883 725,883 00000000000000000005989afdc8134efef9be3c132cae78e881e5e189540e2f 1,963 1.00/1.00 vMB 13
725,882 725,882 000000000000000000097aafe554d8587e021cebd417bb555296f8563c6d5a7b 3,394 1.00/1.00 vMB 19
725,881 725,881 000000000000000000092636809097b24c5ac46f79cf5b2e05f0b8a0c678e564 411 1.00/1.00 vMB 1
725,880 725,880 000000000000000000032ea52a5c71f20e9c1d389e9b14dbf42a29bf9382e0dd 2,263 1.00/1.00 vMB 7
725,879 725,879 000000000000000000020d24c87384bc8288e0263d24b5f8faf1a6130193f82d 2,756 1.00/1.00 vMB 19
725,878 725,878 00000000000000000004254f24f910a0ea9a852f265b74c27d20261f307d8b1e 2,330 1.00/1.00 vMB 7
725,877 725,877 00000000000000000002cc1ca498e5b5e0b2a07b7b4ecd5ef9717cfbae9d389c 2,818 1.00/1.00 vMB 10
725,876 725,876 00000000000000000001d1f9ebbca709321be7c1a942d37ba6dd192f352c8a03 1,176 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.