Loading Tool

Explorer IconExplorer

Memory Pool

83,322 transactions
31.24 vMB
0.09307529 BTC
Random Selection Loading Transactions
Max Size: 191.64/200 MB

Candidate Block

Mining Attempt 8d3adb8debfaa671b6290e9f42712c6430ac8711a89bec637bc0fdce21ee878f
Version 20000000
Previous Block 00000000000000000000b7ed4bcc09a1ab3389cc1da6d37b94493a2f9a8472a1
Merkle Root 1900f88b74a497bd720da563324c627d7810e14f8a39912572f882d04e83e830
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,384
Size: 1.00 vMB
Total Fees: 0.02259224 BTC
Feerates: 114.60 > 2.26 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,223 (547,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
368,123 368,123 0000000000000000142bd1c23f3835f12f937006f4d54679c1da037f33b51c7e 230 0.20/1.00 vMB 19
368,122 368,122 00000000000000000d03c8f82bb5fc17efd00e8ac8f8890f5b2dc47c5d31e36d 1,436 0.74/1.00 vMB 42
368,121 368,121 00000000000000000d751e3cf7cbdc2070cef0e4ef87c990938fb92687cdc6c0 1,665 0.92/1.00 vMB 35
368,120 368,120 00000000000000001341d7ddce47d96204fb91af7e086e10d3a4c0d5505732b8 132 0.07/1.00 vMB 36
368,119 368,119 00000000000000000eafe900ce0e5843df029a4c225c722cb2a37dffd24180ba 175 0.12/1.00 vMB 22
368,118 368,118 00000000000000000e60dd855661cad3f1b34b7c32e64e971d2aff31ac8b0e9d 1,375 0.73/1.00 vMB 41
368,117 368,117 0000000000000000104e121d4819abe1b2d6320acc54a18d5375603f4d7d7c57 1 0.00/1.00 vMB 0
368,116 368,116 0000000000000000116935030fe99bfe618296d216f185b48f0d1170534ba8b7 1,228 0.82/1.00 vMB 30
368,115 368,115 000000000000000000bb504bdcb5a0f1b18f10cf54b1532c9b31aee754eb28e9 1 0.00/1.00 vMB 0
368,114 368,114 00000000000000000a1e2b47dc8ac882d63010c87ae77239489630a59f357232 598 0.67/1.00 vMB 18
368,113 368,113 00000000000000000268b346b4bce2df28eeeb47be1b76dd29002e6434ae009f 378 0.41/1.00 vMB 21
368,112 368,112 0000000000000000028f36c34d295ada6c57b3bfb3fbf56ebf3c1c4a34dca6d0 379 0.38/1.00 vMB 24
368,111 368,111 000000000000000000a6215bf69fd65cb7e063fe7c2b9f06d8f5dacedbe35d4a 1,255 0.91/1.00 vMB 33
368,110 368,110 000000000000000010757f45486032588fa2c3f4762bf9da36ae7e8100863bc9 629 0.52/1.00 vMB 24
368,109 368,109 00000000000000000da4dca9146cd6f279dd1dd7e22a0d35ac1967e766eb02d4 474 0.48/1.00 vMB 26
368,108 368,108 00000000000000000b948b1e2f6146d85b50acae51633103f99a3f285db1eaa2 788 0.86/1.00 vMB 22
368,107 368,107 000000000000000000f892eea521cb5e707424861bf0df2e2ba9e64328e21787 925 0.75/1.00 vMB 31
368,106 368,106 00000000000000001124b80f26c3035f7abd2e1d6f7b276ac2d9c11a5a2d8773 689 0.61/1.00 vMB 30
368,105 368,105 000000000000000004a255644e9ea2a08de31547d18a77cb1cdf422086488520 934 0.52/1.00 vMB 37
368,104 368,104 0000000000000000129ffc0b2ad86bb896f982e7157db739d011fced222e9566 267 0.13/1.00 vMB 47
368,103 368,103 00000000000000001052afe87420503c89d819fb72c1364d894bb41675757796 205 0.12/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.77 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: 709.43 GB
    • Received: 16.91 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.