Loading Tool

Explorer IconExplorer

Memory Pool

44,812 transactions
26.91 vMB
0.06679761 BTC
Random Selection Loading Transactions
Max Size: 141.79/200 MB

Candidate Block

Mining Attempt 657ae6f645c09e746bb84b972dae0f89cd2de1c257d7f540bf77c9216c39e906
Version 20000000
Previous Block 00000000000000000000facfaa62459f98f3b2a139e8179039060bf314a7e923
Merkle Root 3bb84aeb696f59883c83d1f34076774f41a460b2621a35c7cae8ee75a243a102
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,376
Size: 1.00 vMB
Total Fees: 0.01705503 BTC
Feerates: 251.72 > 1.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,747 (800,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,329 114,329 0000000000008a324822e82d8637f1fbd3d12fd411a4e526019cc0fa824cb9d3 11 0.00/1.00 vMB 323
114,328 114,328 000000000000b377b247dae82de1199ed3970e210d17144e35bafa4583c38ea8 24 0.01/1.00 vMB 0
114,327 114,327 000000000000b751fde03cc77711d69b554a5247d7647ab4cb114ddb7c4aa6ba 10 0.00/1.00 vMB 0
114,326 114,326 0000000000000e774dae158206c6e6c76e914dc636f1d8aa2dab00586a60169b 9 0.00/1.00 vMB 723
114,325 114,325 0000000000009f9401c1c4d894865c1bcbb90b6bd0aab59051d55d1606196106 8 0.00/1.00 vMB 0
114,324 114,324 000000000000dab361412c29d57183608e64c43fced2af8e26d69424600aa3e5 11 0.00/1.00 vMB 1,276
114,323 114,323 000000000000370e907ed0c66ef4239247d87caf13c57cd4463b24dcfca0f269 7 0.00/1.00 vMB 0
114,322 114,322 00000000000022f1d1a0c077783682eabf9015c7f21fc5335ef848636f3a889e 22 0.01/1.00 vMB 369
114,321 114,321 000000000000514f0116ac2327592f11456c97fb94ac423dc51237d5f48341d1 10 0.00/1.00 vMB 665
114,320 114,320 000000000000d04ffc5a163d74b101eb87d32f17d6f005a0d71a3cd99bb77b2a 7 0.00/1.00 vMB 0
114,319 114,319 00000000000076788899b3488af0f87c6c90e2e0fe9670b9b26cdc16c83cbf0f 8 0.00/1.00 vMB 379
114,318 114,318 000000000000b7ce72e87174b189649dc4f46b3ead79c11b2866e6a5fb7313e6 5 0.00/1.00 vMB 0
114,317 114,317 00000000000055503e8234a77905a158bec0fd3a3662fff26c62db1326bfbad0 7 0.00/1.00 vMB 864
114,316 114,316 00000000000032c97ae9a4dd832abd3e305a70dd8f3a1c740b3c8f7a55b883f3 273 0.10/1.00 vMB 0
114,315 114,315 000000000000034002cb678210cea35f9b2090b404f6c57480bc3782ac8c94e2 11 0.01/1.00 vMB 670
114,314 114,314 00000000000014d91e7fb34e29efd2fba852b706e5ff4ddd97a9274a74a82651 32 0.01/1.00 vMB 113
114,313 114,313 0000000000009d72b51c42afbef880cb09ea0d5fe71cd36a6b498e3aaacbc38c 57 0.10/1.00 vMB 60
114,312 114,312 0000000000006c7d5cf8681d3ec1a93f501145ef5b2b4f0e091c44143e36a8b5 12 0.00/1.00 vMB 0
114,311 114,311 00000000000064fbb040140defa6b3cf7c7e7d4eee4251e2676c07f417428624 349 0.10/1.00 vMB 10
114,310 114,310 000000000000a664b1f54a2106f2371b2b3ee6cb0a7dff128ef68380ebc71b53 346 0.10/1.00 vMB 0
114,309 114,309 00000000000030f9674ef09a3b177e0ae8679ce98762e8db030b1b0e93e033de 50 0.03/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.94 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 646.70 GB
    • Received: 12.88 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.