Loading Tool

Explorer IconExplorer

Memory Pool

43,192 transactions
26.91 vMB
0.05402371 BTC
Random Selection Loading Transactions
Max Size: 141.80/200 MB

Candidate Block

Mining Attempt f252e0e9358a2cda190813e4ca85dc6367d0e9c9c014dcccaff8e91ddca1498b
Version 20000000
Previous Block 000000000000000000001260ba24b1c90e21ac7ae42fa5287b1c1450592fa5bb
Merkle Root ec4fbabf94c708e56e7be0d09f5dbf3b42b817b703be2d5e09d8bf2d95530dc3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,388
Size: 1.00 vMB
Total Fees: 0.00397748 BTC
Feerates: 21.20 > 0.40 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,914 (307,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,897 607,897 000000000000000000104d08a9876b8261788d52b72170ea75d7ce08eb834240 428 0.15/1.00 vMB 15
607,896 607,896 0000000000000000000bcd61ee273ecc6f0f413997c889038e9785a96b587c28 1,884 0.53/1.00 vMB 16
607,895 607,895 0000000000000000000dbb727b1a243866f33ff5747f67164dc18e6570e2a7af 73 0.02/1.00 vMB 17
607,894 607,894 00000000000000000014adf86b9633b229582687f022a5e02ae509df1fe2f3d7 2,892 0.91/1.00 vMB 12
607,893 607,893 0000000000000000000411cfd2943333ac39f4bd5af80eae38c9a51fd92edcce 3,022 1.00/1.00 vMB 21
607,892 607,892 00000000000000000004f311889e2eab4124a8d04a9ac211630c169d0b50e202 1,503 0.44/1.00 vMB 18
607,891 607,891 00000000000000000014c95383088dc7876ab912cd10923f6e632c8c76f4bf70 661 0.32/1.00 vMB 21
607,890 607,890 0000000000000000001278b77d5ea0a013a729a516b97cdc152153a21d3bdcef 956 0.49/1.00 vMB 24
607,889 607,889 000000000000000000128e8a0fe71223d38c588a13dcbb7ccc73b9a8e052df3c 1,150 0.34/1.00 vMB 18
607,888 607,888 0000000000000000000e5aa66b38c06cc2891f18a3c05ecd917f8e43a9e18ce8 2,760 0.92/1.00 vMB 19
607,887 607,887 000000000000000000086a0ab94080fce673e7187f8d8cef6def1714adafe9cc 1,167 0.36/1.00 vMB 20
607,886 607,886 00000000000000000011bebac6e622c0aec657454bf8edc271555a2044c5e8e4 377 0.34/1.00 vMB 8
607,885 607,885 00000000000000000014ccb4da5a0d39e3c9abe33a0481f717c3cba181c9df5b 3,314 0.99/1.00 vMB 20
607,884 607,884 0000000000000000000fa5f89a068cafe38150bbc43f6fac52ea72078c6612e8 1,932 0.59/1.00 vMB 18
607,883 607,883 00000000000000000002e462bc5506f4ef241e2681ce95783523dc683e23920b 1,967 0.58/1.00 vMB 18
607,882 607,882 00000000000000000014bfc45678b6d1568977408926102a0ee0ad7c8bcd5c73 1 0.00/1.00 vMB 0
607,881 607,881 0000000000000000001508da9aa58f9a0e98a8d5cf3e836320c7d9562ce85fbf 1,441 0.43/1.00 vMB 21
607,880 607,880 00000000000000000001703919e6a3122fc034c2eb40484e4b82c3e619a6d7e3 287 0.07/1.00 vMB 21
607,879 607,879 00000000000000000004baa1ef62fb6f96cdb4552c7fd6edca0321b46808501c 628 0.18/1.00 vMB 22
607,878 607,878 0000000000000000000388101d01a257e49a46a91a71ef37df70028eb3fa6f7a 51 0.01/1.00 vMB 31
607,877 607,877 00000000000000000015654854f9b228abb30d2c95802d9c67dfbd2d90ef4e89 2,303 0.77/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.24 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: 655.06 GB
    • Received: 14.25 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.