Loading Tool

Explorer IconExplorer

Memory Pool

44,788 transactions
28.56 vMB
0.12089875 BTC
Random Selection Loading Transactions
Max Size: 151.04/200 MB

Candidate Block

Mining Attempt 0af63fcb3b7b56821d2374688aea32840eb96ee1931d81350b544aaf8e66ad77
Version 20000000
Previous Block 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718
Merkle Root 09f368443032e466e8bcbdc952df3d02c3b344c8ba3373be1a7613d23a6cd632
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,465
Size: 1.00 vMB
Total Fees: 0.06661838 BTC
Feerates: 101.65 > 6.68 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,809 (77,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
837,729 837,729 00000000000000000000216ec11fc6d6765cbb118d34b8dabf3db7ebb0f5a578 2,415 1.00/1.00 vMB 9
837,728 837,728 0000000000000000000057d3c1203de50075501e7be9deb6c53d8966720a5336 1,192 1.00/1.00 vMB 7
837,727 837,727 00000000000000000002ab7646811ee57acc63b6ab7bb224a08eec795d6d1827 1,781 1.00/1.00 vMB 10
837,726 837,726 000000000000000000015045fe554b3eb2c7f31bdb5c41a16e0bd8350ec66689 2,261 1.00/1.00 vMB 14
837,725 837,725 0000000000000000000097a9b245a6e1cddb6b4b8b595dfe239a7bee8d3d643f 1,445 1.00/1.00 vMB 11
837,724 837,724 00000000000000000000be75eab1a5ac2a055880063855b7eade91579a7b023d 2,511 1.00/1.00 vMB 15
837,723 837,723 00000000000000000001e451b5060ab0b6b621b9146c25927b079e29adfe1552 3,244 1.00/1.00 vMB 18
837,722 837,722 0000000000000000000036ab3e46c0dda32c53a5910d03ed4ab6d5711f460b25 2,717 1.00/1.00 vMB 19
837,721 837,721 0000000000000000000006648f17a15a1da15f807837b384cbcc55c89f073bd9 3,597 1.00/1.00 vMB 26
837,720 837,720 000000000000000000029201c2824599046441b78de0df6cf1f778a8e651ab76 2,939 1.00/1.00 vMB 32
837,719 837,719 00000000000000000002a1809dc88deddb1953f305f82a78376b5e610b9f3243 322 1.00/1.00 vMB 8
837,718 837,718 000000000000000000000ba9ded991e931bdadfa79f65e6a3f44fdc8cc21551a 2,284 1.00/1.00 vMB 21
837,717 837,717 000000000000000000018b558096533d4a99ee9712f7ecb27e4aece6e29ad08e 508 1.00/1.00 vMB 10
837,716 837,716 00000000000000000002a1d66eea5f665ceef3cad2c9a60d0eb9de1eb2605bae 825 1.00/1.00 vMB 11
837,715 837,715 000000000000000000011e544f955c115d7140f05d3416f5f3fc54371ef8ef3a 2,480 1.00/1.00 vMB 16
837,714 837,714 00000000000000000000357f07e0063e2665603b9c46af44e658fe7ad7ac2e90 3,167 1.00/1.00 vMB 17
837,713 837,713 00000000000000000000836b76e47e682f234187c01413f0cf37e4d6b81e86dd 2,809 1.00/1.00 vMB 19
837,712 837,712 00000000000000000000e96d86d893af5238ea86cff7e501b97e18616d2b6c8a 2,336 1.00/1.00 vMB 15
837,711 837,711 000000000000000000026baa5fc197405a14ac2437869e3fa8c9867eb24ba84c 1,560 1.00/1.00 vMB 14
837,710 837,710 000000000000000000030d08796e0962238ed4a1ad52bf7d169fe61f58a26e61 2,610 1.00/1.00 vMB 12
837,709 837,709 00000000000000000001a4f6692f0c1d4f7ce5c9fca11c6f790de02facf73c50 3,408 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.05 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: 650.89 GB
    • Received: 13.34 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.