Loading Tool

Explorer IconExplorer

Memory Pool

71,943 transactions
27.82 vMB
0.06159733 BTC
Random Selection Loading Transactions
Max Size: 164.98/200 MB

Candidate Block

Mining Attempt ee16925f84d8e3f9020de7e49f6907f008a77c51b1deb9eaf7a529f7909efc6d
Version 20000000
Previous Block 00000000000000000000a6021cd756592116928201db218641aa213304cf81b0
Merkle Root 901142394b35f4abc687b1b0b4fc8265fff84e1e9bbfaf57f9bc13b5c3a90209
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,648
Size: 1.00 vMB
Total Fees: 0.00607611 BTC
Feerates: 40.21 > 0.61 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,034 (92,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,627 822,627 000000000000000000016f1e99f17f0062784086cdd42cd245b5877a08fa7e6d 3,642 1.00/1.00 vMB 100
822,626 822,626 00000000000000000000804ee9f060475d312e7d0f9a84679ec0bb7afc34b170 3,788 1.00/1.00 vMB 159
822,625 822,625 0000000000000000000272e25c3b9e087e915eef73dffba43891aea77e6789ee 3,705 1.00/1.00 vMB 142
822,624 822,624 000000000000000000030e2398581635b247e5a93957d8176a9b1bfa7d0f5f34 3,498 1.00/1.00 vMB 118
822,623 822,623 00000000000000000003de3fe5c208d7db1cebe78932a272d0933b8ecc8f02bc 3,980 1.00/1.00 vMB 154
822,622 822,622 000000000000000000036cd03dd67d7aee470d44c2749c774244d9c8c7467042 2,708 1.00/1.00 vMB 178
822,621 822,621 00000000000000000001610628413ce8139e9fc042792c24d01d392afdd61ea4 3,394 1.00/1.00 vMB 138
822,620 822,620 00000000000000000003acc3fe6a2cb8f9b745842b626f889ac8fbf18995145c 3,708 1.00/1.00 vMB 145
822,619 822,619 0000000000000000000208dfa0bd8d8813b16d803eee487a48e77a5a0b2df50f 3,598 1.00/1.00 vMB 149
822,618 822,618 000000000000000000021665c81aaee4e024521b653129a51eed06b8493f9333 3,382 1.00/1.00 vMB 81
822,617 822,617 00000000000000000003d3edb897f6267f7c122d22974213cff888e7b4d7ff08 2,909 1.00/1.00 vMB 88
822,616 822,616 0000000000000000000302bc327c7d4c47fe01c796c273853f3b76c7e2e754d3 3,430 1.00/1.00 vMB 103
822,615 822,615 000000000000000000007501a1075f019074ba40d9949029e1fa636e3b021474 4,224 1.00/1.00 vMB 119
822,614 822,614 00000000000000000002841dffd24e09fc36d11516cc2cdadd1c10d8198e4c43 3,374 1.00/1.00 vMB 178
822,613 822,613 000000000000000000017c0a22a6546cdbc72bdea9e55f7247f828adc842a8b3 4,442 1.00/1.00 vMB 109
822,612 822,612 00000000000000000000bb6ef0472146cad94ca242daa990cbeda539e1f8fd99 3,517 1.00/1.00 vMB 163
822,611 822,611 00000000000000000002cb93ddcbbbe080ac9ff7ad90eedf23edcdb1f2e0d8f9 4,095 1.00/1.00 vMB 122
822,610 822,610 00000000000000000000e209a5a51e4c9e9a467c01fc059ea61a64d3991987be 3,774 1.00/1.00 vMB 132
822,609 822,609 000000000000000000023f63980a465bfecc04d74e5cfd3279098bb653332e4f 3,361 1.00/1.00 vMB 179
822,608 822,608 00000000000000000003075df9b19dc9479320d1af0c86362f7e3c55b751d3ec 4,181 1.00/1.00 vMB 162
822,607 822,607 000000000000000000001b8d94758f4e3dc3677e1f4b91be679ff5eb0890adcc 1,452 1.00/1.00 vMB 153
Previous 10 blocks ↓
Total Size: 782.45 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: 666.96 GB
    • Received: 15.24 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.