Loading Tool

Explorer IconExplorer

Memory Pool

79,134 transactions
29.64 vMB
0.07467301 BTC
Random Selection Loading Transactions
Max Size: 177.82/200 MB

Candidate Block

Mining Attempt a0b46a2ecbed2618a44b4f4f99128ae885f9d2901d487fa2d78da64352a87fd7
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 841e2efc5a56e7e7006cc8547552b36c778bee72ccc940f794d7f3f0335814c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,953
Size: 1.00 vMB
Total Fees: 0.01443657 BTC
Feerates: 150.98 > 1.45 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (706,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,675 208,675 00000000000004c7c52d85ccb23ab952eb1ff420aae1817e052dd4d581f379bc 534 0.21/1.00 vMB 169
208,674 208,674 00000000000004d76ea8d27571607bbb3936c8d8ebfe978c15b8832e0f164f64 106 0.05/1.00 vMB 71
208,673 208,673 000000000000016aa404f0d6bab8247a97f2e268f50ca28791968c5e34f2d24f 437 0.21/1.00 vMB 164
208,672 208,672 00000000000002efbf11847a37069cb7106b7371650ce69202ee20608cc4f91c 593 0.22/1.00 vMB 198
208,671 208,671 00000000000003a8e2a012fdc7804a5eb9a4774211d2680e89d151f435bd7263 8 0.00/1.00 vMB 0
208,670 208,670 0000000000000450d9a95397a2f4cace378f5c000c7d1a22438b7b63a97f6431 27 0.01/1.00 vMB 206
208,669 208,669 00000000000004cfeec908f387dc7a4eb95760a53e5501f9ecdb3734d7574de0 356 0.23/1.00 vMB 131
208,668 208,668 000000000000000e1522cebab8443f24b4b55b6727bb9053fa1bf38b24faa54a 129 0.05/1.00 vMB 265
208,667 208,667 000000000000023c5ad62f7284d3570193214041b90c2495d6ba010b2349cae2 233 0.11/1.00 vMB 154
208,666 208,666 00000000000001adb95b14d3ffbd35fad93edf895454d2187af6919386a19fda 164 0.06/1.00 vMB 183
208,665 208,665 00000000000004830142e0b4d604b3f771ca01a0b72265d81daa3bd8ddca7fd7 136 0.05/1.00 vMB 163
208,664 208,664 000000000000003bffae829438f0db46bce89e83c8354ee81e88a64a8d525fc1 11 0.00/1.00 vMB 0
208,663 208,663 000000000000030d1c7bbf3efd09d78ad45d28027817c63401ee156f5d4ef71c 71 0.03/1.00 vMB 156
208,662 208,662 00000000000002a2327d07436a1560cc655233a04d33a9e15f02712c145e81a3 69 0.03/1.00 vMB 115
208,661 208,661 00000000000003a5d2cb3c7d4f3ca03044c8d5d8ee53dc40d93a261438d563f6 113 0.06/1.00 vMB 167
208,660 208,660 00000000000000b882dc03aecbc2fb59f84f0ed19e65591780536418cb41d8b5 174 0.10/1.00 vMB 82
208,659 208,659 0000000000000090aa64fa471cf3b72d57ebe9efa06600a0e007e4589fa9dea0 611 0.25/1.00 vMB 209
208,658 208,658 00000000000003895069a6d3a0457ce7866114d1f6bdcdc74885995276ce6ead 84 0.03/1.00 vMB 203
208,657 208,657 00000000000002c0673cad403dca26e33941d8bbe3245f7a7ea77a5217bebef9 238 0.12/1.00 vMB 127
208,656 208,656 00000000000001fa1dfe7a92785356a153d3b68452c85a2d05faced511d63544 126 0.04/1.00 vMB 216
208,655 208,655 0000000000000425f3b373e5be9c8ebe612b8dd6dbfeb5e3164c96e7a4680432 47 0.02/1.00 vMB 164
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.