Loading Tool

Explorer IconExplorer

Memory Pool

77,351 transactions
28.43 vMB
0.09320842 BTC
Random Selection Loading Transactions
Max Size: 172.96/200 MB

Candidate Block

Mining Attempt 6d8caf42d5740a7c262a6f39bf7fb367ece1d54b1f229aaf0fe5bb5a42cf286f
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root bd0e2badc01c612574e0fe7e50f0aa977b218d65ccd495294da09b79fa761444
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,941
Size: 1.00 vMB
Total Fees: 0.02942825 BTC
Feerates: 201.07 > 2.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (373,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
541,860 541,860 00000000000000000001f666c73ce01f1cb71e367089310d843444cee73be879 385 0.11/1.00 vMB 22
541,859 541,859 0000000000000000000ad8119531ba2bf5c809133253fbd3a24ead75c4f3efd6 2,035 0.63/1.00 vMB 24
541,858 541,858 00000000000000000011d220a546436e0c6a2b21098a7eba80f0b5624db2d074 1,768 0.59/1.00 vMB 17
541,857 541,857 00000000000000000015d3b948cb805a08153cc11c5fee17e630b71b9096567f 2,912 0.84/1.00 vMB 15
541,856 541,856 00000000000000000008400469dc6e4bb9a62ad3aa6a6b4d4bde3b216e58d5d8 234 0.07/1.00 vMB 7
541,855 541,855 00000000000000000018fc2b82b83fa52329c81029423286d99e366e85f7f7c5 2,541 0.95/1.00 vMB 14
541,854 541,854 00000000000000000020e05f7af86481da521774bda89dadb99e4296e19f228f 2,658 1.00/1.00 vMB 17
541,853 541,853 00000000000000000019eb8838b34c0b2776369a57911726c2c89ab1f48a3ced 1,089 0.43/1.00 vMB 25
541,852 541,852 000000000000000000272b5fbcadae848a49421cc2879f6955e297949db9753c 1,111 0.49/1.00 vMB 11
541,851 541,851 00000000000000000002075e65c8b7c9591643c93c4c99a6fa82f441715deadb 431 0.15/1.00 vMB 32
541,850 541,850 00000000000000000021b1902f0127f0f2a18d8d7f9eed55643f33ce7342527c 1,748 0.69/1.00 vMB 15
541,849 541,849 00000000000000000003dc347e4bc0cdeb06a48bdd6ace65421f5d96f9a2f9ba 1,286 0.67/1.00 vMB 3
541,848 541,848 0000000000000000000b20d27e7e417cd214f4130e2fc91d3a25bde1e412a143 2,325 1.00/1.00 vMB 10
541,847 541,847 00000000000000000018f6ebb97efe6ff8c79d446a06be9f2a536c10626819b7 3,050 1.00/1.00 vMB 23
541,846 541,846 0000000000000000001d00fa9987b758e79099eef76c8fffc65f2aba0e1b3332 204 0.06/1.00 vMB 15
541,845 541,845 00000000000000000020f164168fb451da4c4054c71bcd8d79cdee6f2ff85ccd 613 0.21/1.00 vMB 13
541,844 541,844 0000000000000000002198ca1e349127e68287d61a95d98123e1fab1827159c4 2,290 0.82/1.00 vMB 16
541,843 541,843 0000000000000000001bc9daf7d9c0e1dc0239e0f72b3837f173e4135736acd0 103 0.03/1.00 vMB 27
541,842 541,842 000000000000000000241dc156fec3045bc26570ba365ed8e730fcc1c822f903 1,644 0.60/1.00 vMB 17
541,841 541,841 00000000000000000016013f07492783b1e0f695c549b3b88b2900f4c6c35d8a 1,618 0.64/1.00 vMB 22
541,840 541,840 0000000000000000000a8fb592b92029350f0bffd8c65797e4b608fd4e631c31 1,763 0.85/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.90 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 713.73 GB
    • Received: 17.45 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.