Loading Tool

Explorer IconExplorer

Memory Pool

77,294 transactions
28.48 vMB
0.08965648 BTC
Random Selection Loading Transactions
Max Size: 173.34/200 MB

Candidate Block

Mining Attempt 218c3de98801045c5e001fc9342a91a88d4eea696bbd4195908e78e135d8a69d
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root ad8ba40e540d3dcfc149431d4ff37735fece91c6ea004ecf7b49a999198cba45
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,705
Size: 1.00 vMB
Total Fees: 0.02542276 BTC
Feerates: 477.45 > 2.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (259,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,089 656,089 000000000000000000075c353f7af3af67d6da2c72648e6621fecb10bade2e7f 2,050 1.00/1.00 vMB 87
656,088 656,088 00000000000000000006f01091ea89bb57d8b87d844222d9af12d22521231f3c 254 1.00/1.00 vMB 8
656,087 656,087 0000000000000000000fce5c15de4d2bc097847b85475bc92b63f71fe591016a 1,922 1.00/1.00 vMB 79
656,086 656,086 0000000000000000000cd626e79fe80b1b070f4ab486ab6b05f737b7bd134c38 2,746 1.00/1.00 vMB 77
656,085 656,085 0000000000000000000a9b8e48f44b7f00a9e98579580e10d6701bfb14ef91b5 1,513 1.00/1.00 vMB 22
656,084 656,084 0000000000000000000d3a1e470e79c06ae0ebe1a4d69bec523c83042c8bd132 1,819 1.00/1.00 vMB 100
656,083 656,083 00000000000000000002e357f224c7422e954896e12665f9e2b1f9c1a02aa116 1 0.00/1.00 vMB 0
656,082 656,082 00000000000000000000f25406c29a1e3f7fd303b4b4db7a7e4ff28f429de347 2,461 1.00/1.00 vMB 98
656,081 656,081 000000000000000000081817d2bcad9b1373eee150718a154507f40db86e7118 1,847 1.00/1.00 vMB 56
656,080 656,080 0000000000000000000b41f68ffc93aaefc41bc8e7e7f6a22a3e27e026630fd8 1,953 1.00/1.00 vMB 70
656,079 656,079 0000000000000000000a1afabc19563f4f9c09078f8bb8ab0d8652247cc772c6 1,389 1.00/1.00 vMB 29
656,078 656,078 0000000000000000000cebed839131b5c11475408d10adbeb8af121e6f8eb113 2,651 1.00/1.00 vMB 118
656,077 656,077 0000000000000000000e33751bb09c923b885215df53efffa98eeb6f3764cb35 769 1.00/1.00 vMB 21
656,076 656,076 00000000000000000002d2c40263ec8b7035cf607b0518dd90432d11c2b8106e 257 1.00/1.00 vMB 9
656,075 656,075 0000000000000000000bb6e2c5f567bea97cd37796e9065508d765d094fa6efd 958 1.00/1.00 vMB 32
656,074 656,074 0000000000000000000b65037a3b16309a0f60f648f4a6fae22b397dad047a15 774 1.00/1.00 vMB 5
656,073 656,073 00000000000000000003619df04f1ac59f1957e58b2993ac497d6a12d97f9c90 1,770 1.00/1.00 vMB 22
656,072 656,072 000000000000000000108b0428ff2eda8573a8fde9b8d7f2e759deee85df2936 1,452 1.00/1.00 vMB 43
656,071 656,071 000000000000000000046a6bbb41638e439b38838b343c8b61999de55be1f6f4 714 1.00/1.00 vMB 29
656,070 656,070 00000000000000000005067077b3b2b065709d4589a4bba8238d8eae0f468043 577 1.00/1.00 vMB 20
656,069 656,069 0000000000000000001064e3bf7ec403b85dc6744bbd5e60d791ec4631e80c9f 1,462 1.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.