Loading Tool

Explorer IconExplorer

Memory Pool

73,229 transactions
27.13 vMB
0.06159081 BTC
Random Selection Loading Transactions
Max Size: 165.71/200 MB

Candidate Block

Mining Attempt bcdcf94d213b6ba104b040d4c9f9ef586ea40e144129398127a184415f89bb17
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 11b4cb09879ca011b742a190c83cf0fea8339f6470a7ac5f40f70cc095c3a36d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,000
Size: 1.00 vMB
Total Fees: 0.00412540 BTC
Feerates: 84.38 > 0.41 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (244,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,624 670,624 000000000000000000024f35c10837fff0ecaabf202dbc393aff05ed1e2df588 1,605 1.00/1.00 vMB 10
670,623 670,623 000000000000000000068ee724543e46c5f3cb36af5eef8349fe711b312ae575 2,204 1.00/1.00 vMB 69
670,622 670,622 00000000000000000006d6601190b5e22e48b7d7220f6ba4187d8944eb72ce85 2,291 1.00/1.00 vMB 74
670,621 670,621 0000000000000000000b7051d5749448ebd0b351518de7716e9143387dfc810e 2,383 1.00/1.00 vMB 63
670,620 670,620 000000000000000000081fa47199593a23878e2392d17266bb019f794518bcd6 913 1.00/1.00 vMB 129
670,619 670,619 000000000000000000085ce1e95f85e2153dcd74e1b8d52de51802129ee7d565 2,407 1.00/1.00 vMB 98
670,618 670,618 0000000000000000000437eeda4a080c1b9a18656ccb03058896146e53617721 1,038 1.00/1.00 vMB 23
670,617 670,617 00000000000000000008cfdf48b004e68738b4e1e1d25429ea5c1369b173dfd6 2,387 1.00/1.00 vMB 62
670,616 670,616 0000000000000000000c583e4510302ffa837ae1cef9f68d9f24fd999e7252ad 2,658 1.00/1.00 vMB 114
670,615 670,615 00000000000000000007157ce35444b80a2d0a1e3e1f9d7d78395ea314c8f2cf 1,229 1.00/1.00 vMB 10
670,614 670,614 00000000000000000005b056fe3f662b3fd8c546b0a4d30bbcfb402a2b0861a0 1,382 1.00/1.00 vMB 14
670,613 670,613 0000000000000000000094ecee792d14983610ded127148be61352260e94ccd3 2,201 1.00/1.00 vMB 83
670,612 670,612 0000000000000000000bb7fdee1c70f6d8ccd6cf7b71d9969d02e63fb92b7d18 1,708 1.00/1.00 vMB 21
670,611 670,611 00000000000000000005dbdbc13579ccadd498e579e7d90611308e5b7ae8e844 2,784 1.00/1.00 vMB 31
670,610 670,610 00000000000000000007f46b85fffb2520d2720c64a6ad0eb3c7ac2767fa77e8 2,771 1.00/1.00 vMB 118
670,609 670,609 00000000000000000008d6628d443793173a4c2afece244bd5588a0f705d33e2 2,580 1.00/1.00 vMB 111
670,608 670,608 0000000000000000000b089490183b3457df3da1d19344a25886e94c2ecb5a7b 1,988 1.00/1.00 vMB 27
670,607 670,607 00000000000000000000293071e8ffcd8ab02c137cc04dbd603d81a61be6d7eb 2,082 1.00/1.00 vMB 41
670,606 670,606 00000000000000000008f6b7ffe51626691248512921d828f74f2a4e4db90220 2,696 1.00/1.00 vMB 73
670,605 670,605 0000000000000000000050856b68d3082dad24b1e948ffcce8a220a9be6d34d3 2,647 1.00/1.00 vMB 58
670,604 670,604 000000000000000000037d873011b868e0a35db8e1110d03f94e9a2d27b53a02 1,043 1.00/1.00 vMB 130
Previous 10 blocks ↓
Total Size: 782.89 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: 713.36 GB
    • Received: 17.36 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.