Loading Tool

Explorer IconExplorer

Memory Pool

76,072 transactions
29.11 vMB
0.10302417 BTC
Random Selection Loading Transactions
Max Size: 172.09/200 MB

Candidate Block

Mining Attempt b82effcb97824a05f7dd2948d5e1f4c97c384528f80d4967700bf30f050d15b3
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 64c9805c277f7a9f5c5a7df24f752a81a8fb5d2dfabffeec8b0b3c876e69cf9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,409
Size: 1.00 vMB
Total Fees: 0.04100982 BTC
Feerates: 201.37 > 4.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (355,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,196 559,196 0000000000000000002ce5b9e3e77fd8382a3e99f9e69ba5940a7bb7f73b89b6 757 1.00/1.00 vMB 4
559,195 559,195 0000000000000000002ece2cff06be5041e50db0e0a527e6362f738a9e3e66e9 2,832 1.00/1.00 vMB 10
559,194 559,194 00000000000000000017b6e5f945e2562f4a9e844be214e87e47c1d9f7592e06 1,918 1.00/1.00 vMB 8
559,193 559,193 00000000000000000023f961edeb033618fa8d83b86f15a76dc5fe42a66392c2 3,054 1.00/1.00 vMB 31
559,192 559,192 000000000000000000241f16dc4ec20f1927c39260bd29690cf8b07b34a90f68 303 0.16/1.00 vMB 7
559,191 559,191 00000000000000000029c2697f1f4fd71901565414ece31d46616330d9b8a9f3 2,582 1.00/1.00 vMB 8
559,190 559,190 0000000000000000001863eea67b89293c584648ac2a3bb749ccea92cf3de217 2,875 1.00/1.00 vMB 6
559,189 559,189 0000000000000000002230aac9c94d704ff2d3e1f824473137644ffaafd01797 3,326 1.00/1.00 vMB 29
559,188 559,188 00000000000000000000108a15c605bfdb0fca512a6aca12b3bceddf0633a88b 2,688 1.00/1.00 vMB 18
559,187 559,187 0000000000000000000e97128441b99fc71990d64789a84d64610e13d8cb9baa 2,699 1.00/1.00 vMB 4
559,186 559,186 0000000000000000000d84085ac936960d52beba075218459a02cdc7b704904e 2,858 1.00/1.00 vMB 16
559,185 559,185 000000000000000000168006fd4235be51f81d0d68f162de7f576cc7dca5a090 3,049 1.00/1.00 vMB 14
559,184 559,184 00000000000000000005368709687b575fbbc344a57f4d4ccdaf071a29454c82 2,701 1.00/1.00 vMB 11
559,183 559,183 0000000000000000002c4d586dce3e8c30cc972693af3144c34302c71bcc9565 1 0.00/1.00 vMB 0
559,182 559,182 0000000000000000002d9b5e185535880b80e65335643dd8eface8ae4ffb8d2b 3,157 1.00/1.00 vMB 10
559,181 559,181 000000000000000000001e6e9ecb4c8757ee27dd0b3d0902c7e8a88a38201b76 3,250 1.00/1.00 vMB 37
559,180 559,180 0000000000000000001f89812c58faf898b8ee3e197a9e085d0b7aa866cbd5ed 3,062 1.00/1.00 vMB 21
559,179 559,179 0000000000000000001505159435d672c141593ed02703d996f05de4005d8a79 2,963 1.00/1.00 vMB 13
559,178 559,178 0000000000000000001b21f2f61141921ed40d9b69a4e5e081887e95b1761ca3 2,733 1.00/1.00 vMB 26
559,177 559,177 00000000000000000009954eead97ca28cb87f7e4d50d81efaf0631b84723167 2,603 1.00/1.00 vMB 4
559,176 559,176 00000000000000000024d04dc1dc5e9b52ceb4247cd3927562fd07d2b60c3925 2,563 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.