Loading Tool

Explorer IconExplorer

Memory Pool

82,643 transactions
31.48 vMB
0.08961098 BTC
Random Selection Loading Transactions
Max Size: 191.21/200 MB

Candidate Block

Mining Attempt 817916ce114d36cb6bd7f41f0d03825afcbfa55679eae7643fdf2ab9c65caba6
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 4080a645f61049328a64863bee763d4a47feefb680abb24edc1318918bcd7c67
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,202
Size: 1.00 vMB
Total Fees: 0.02132623 BTC
Feerates: 100.18 > 2.14 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (268,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,792 646,792 000000000000000000070baa18c8490eb060c15c7bec7af24c952cbc48c00bcb 2,739 1.00/1.00 vMB 132
646,791 646,791 0000000000000000000afaa8eb06e554c9cbb548770420073cc18661588b0eff 2,638 1.00/1.00 vMB 92
646,790 646,790 000000000000000000033594759554c17c95445807dbff8d5eaa9f1f4744250d 1,563 1.00/1.00 vMB 67
646,789 646,789 0000000000000000000095b7bce82d0d69abb7fcd077dc9b2bce4e0cb7ced0ff 2,507 1.00/1.00 vMB 58
646,788 646,788 0000000000000000000ec0028c21d4afe8342733f9bc2e0cb263ad715c42ffcd 2,785 1.00/1.00 vMB 110
646,787 646,787 0000000000000000000a6fd3d98065d0406721b27b7731fd117395af2d0d20d6 2,415 1.00/1.00 vMB 61
646,786 646,786 00000000000000000001ebafaf2de2667a59d2decb2080b6faa420a1ff04f711 2,183 1.00/1.00 vMB 49
646,785 646,785 0000000000000000000304b1a91cb4d931e21cf1b7bbb0ea7ec1abf9088641e5 2,406 1.00/1.00 vMB 76
646,784 646,784 0000000000000000000e7c0c37d4c9f2316ae30d3ea82c85e3aefa81b99fcec3 1,542 1.00/1.00 vMB 118
646,783 646,783 00000000000000000006fb19b96f6fd28335328bb585b0291d8385712c325339 2,163 1.00/1.00 vMB 75
646,782 646,782 000000000000000000034a2c3873dffe234cca4cbe9f66014063e5d373d61660 2,473 1.00/1.00 vMB 134
646,781 646,781 0000000000000000000bc6973416e223cc10174ea8e161df8e47254568253868 2,658 1.00/1.00 vMB 57
646,780 646,780 0000000000000000000c58bb7ef3ee8a60a399e10b556d86aa17461f55e8f908 2,556 1.00/1.00 vMB 107
646,779 646,779 00000000000000000009e8d9f499c06af4ea4233750fb9850b88f004eb67588d 2,197 1.00/1.00 vMB 104
646,778 646,778 00000000000000000009d4d691167fad9b2eca01ec17df03fc0b19ad2f5c7d7e 2,297 1.00/1.00 vMB 76
646,777 646,777 0000000000000000000dab9a4fab9d612f402f491dad9aad6ea94b57995e45a1 2,517 1.00/1.00 vMB 117
646,776 646,776 0000000000000000000bd14e2286da1ae113917dfa832d1a264a3385a1a6a4ef 2,510 1.00/1.00 vMB 79
646,775 646,775 00000000000000000006a6d12d5e70296c124a99118e205e042243cfce587f81 3,216 1.00/1.00 vMB 87
646,774 646,774 0000000000000000000c31f200d8b4adc79c1945cf9466d05a3a545c2afa677b 1,566 1.00/1.00 vMB 129
646,773 646,773 0000000000000000000d46a0ac5f668241f4e2096bca9c4c3b785389bced4f31 2,880 1.00/1.00 vMB 102
646,772 646,772 0000000000000000000a40b6716fdd46ba98e238c58d3d686c773eeec94aa759 3,021 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.75 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: 708.74 GB
    • Received: 16.76 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.