Loading Tool

Explorer IconExplorer

Memory Pool

42,394 transactions
29.61 vMB
0.08616081 BTC
Random Selection Loading Transactions
Max Size: 150.70/200 MB

Candidate Block

Mining Attempt 029c71e4a1d07bc3046e28bae2b9e87492784809fb80bdbfe04f29aa5adbca14
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 7d6eb65aa348c4fc916770cb3eda89ce7aa0eafa64e11fc75d3c399bc023fa7b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,668
Size: 1.00 vMB
Total Fees: 0.02777021 BTC
Feerates: 150.97 > 2.78 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (292,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,188 622,188 00000000000000000010bdbe15f3a5aa6346e8a3908f4ef9e98886b355383214 2,143 1.00/1.00 vMB 88
622,187 622,187 00000000000000000007777803f96517b55557831c9884c9da78d6310622a5f6 2,580 1.00/1.00 vMB 21
622,186 622,186 000000000000000000090743c7ca9ebc0f825b6534b2574020fcf2f69974efc8 3,129 1.00/1.00 vMB 88
622,185 622,185 00000000000000000001f6e17c305f5f7fa6549e48d655f821833b33b7e535c4 2,191 1.00/1.00 vMB 27
622,184 622,184 00000000000000000007611c761a8468509ff5a442ddb6ab84fd7dc33ce26f82 1,892 1.00/1.00 vMB 10
622,183 622,183 0000000000000000000a1749842e3d28dd54d611bd5f3b58080e0f1bdba08c47 2,510 1.00/1.00 vMB 17
622,182 622,182 0000000000000000000b6c331a20582baea89df5ad7ecab48c891ee3d61e8fa0 1,115 1.00/1.00 vMB 94
622,181 622,181 0000000000000000000132d0fd655d947a872f8a2c30990e3564451dda2274b6 1,734 1.00/1.00 vMB 86
622,180 622,180 00000000000000000000ac10a2603c2f90665d9c33bef772d1ebb44c0c00e3f8 2,875 1.00/1.00 vMB 23
622,179 622,179 00000000000000000005a0840cd3f181d1f7dbdca0dc877882fdf4ff4ac247c9 2,616 1.00/1.00 vMB 22
622,178 622,178 000000000000000000015957b9f87b85430d4e20c1c7f154b4cf47996793e681 1,940 1.00/1.00 vMB 55
622,177 622,177 00000000000000000003de7d68f7f2085cb8233dd51f61c2fd94b4e676a26d73 1,960 1.00/1.00 vMB 74
622,176 622,176 0000000000000000000319b3e1d7e54d77b331f6c3c8fa10b8056f0f3be37aaf 1,180 1.00/1.00 vMB 93
622,175 622,175 00000000000000000002f942913ef00b1fd4a2e15495bae28caa8d9ac8e5bcf7 2,235 1.00/1.00 vMB 77
622,174 622,174 000000000000000000054f27c2be0d34473b24a88d352e6a18ccc4f2d55b95bf 2,047 1.00/1.00 vMB 80
622,173 622,173 0000000000000000000fc3b1676945a621169ad352dd7795be8725835a82a7c8 2,939 1.00/1.00 vMB 99
622,172 622,172 0000000000000000000f571f88c56e4e2274e09e6ccb043fdc7ab99b04ded78f 2,560 1.00/1.00 vMB 47
622,171 622,171 0000000000000000000a8245984aeb4a5d422b225bb6f00e0c8e4f276af7042b 2,792 1.00/1.00 vMB 88
622,170 622,170 00000000000000000006ddaa637bb95f2d515fdbae2974d01ca1b72845bc98bc 1,633 1.00/1.00 vMB 30
622,169 622,169 0000000000000000000d886188574af943c0385d5343fa0254902aa0dddfcfae 2,524 1.00/1.00 vMB 29
622,168 622,168 0000000000000000001047d180016619e980203aacb2584d5098ed755dd327a1 2,657 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 781.64 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: 626.45 GB
    • Received: 11.66 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.