Loading Tool

Explorer IconExplorer

Memory Pool

79,261 transactions
29.48 vMB
0.08289470 BTC
Random Selection Loading Transactions
Max Size: 178.26/200 MB

Candidate Block

Mining Attempt f4cd1da16796c8a9bcd997270909e3eb7aa03cf6766f5f726edb54889cd9349e
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 5cba0f5e4d47c27ba4e50817bcb4bbb2e16435ae5dfc1aefa225d7ec8a6c36ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,848
Size: 1.00 vMB
Total Fees: 0.02102130 BTC
Feerates: 100.11 > 2.11 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (160,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
754,701 754,701 00000000000000000000a1c59049579edde928c003c598de6ed296b90300cddc 2,297 1.00/1.00 vMB 17
754,700 754,700 000000000000000000038e406efeea0405717fce3c9d3ae52ac72280ef756dd2 1,921 1.00/1.00 vMB 13
754,699 754,699 00000000000000000003c5e59c8b106363e1a5e2f932f123f5e5e83483032cfb 985 0.63/1.00 vMB 4
754,698 754,698 00000000000000000002badaa9da324da5fa360c11c49242162eafe164b501a6 3,144 1.00/1.00 vMB 16
754,697 754,697 00000000000000000006cf8ed93af3a82cc75a357bc4e4a798afba4e832bbd2d 78 0.03/1.00 vMB 14
754,696 754,696 00000000000000000003ac0d8d395fb7c96ffdf9116df98022c7ca5b69678786 3,063 0.97/1.00 vMB 13
754,695 754,695 00000000000000000006a1cceb9f71396d85a3808a95709e67e88239c5f5f843 1,622 0.76/1.00 vMB 10
754,694 754,694 00000000000000000004d7399790c6efe933877cc367122fee34f7bddb9876f8 2,623 1.00/1.00 vMB 4
754,693 754,693 00000000000000000006abcd651e38277069a4bb71a1f5552bee4afeaee2756b 2,799 1.00/1.00 vMB 15
754,692 754,692 00000000000000000005a0b9abc43455267ea57a882710dae67e6ac6b9de814c 3,375 1.00/1.00 vMB 27
754,691 754,691 00000000000000000005931f8ac2de54b88e22693571f7b7032aebf213a6ba81 100 0.02/1.00 vMB 20
754,690 754,690 00000000000000000004d4f8c8930654c49779ac39a8bb44c205c251c2916e5d 1,229 0.47/1.00 vMB 12
754,689 754,689 00000000000000000007650845093ef33b5a36e5129d0bae15af1132a6e449ab 271 0.39/1.00 vMB 3
754,688 754,688 00000000000000000008c3e964e7f77efd831a5156173d967c1abb2fba5fd420 1,634 1.00/1.00 vMB 16
754,687 754,687 000000000000000000040d7a2b9af5774b8eee32bab86335ed6bbceea91e3640 1,172 0.84/1.00 vMB 11
754,686 754,686 00000000000000000005c02c77a8cab25153eb40cb29c96f13c46afc8697ab5a 1,938 1.00/1.00 vMB 5
754,685 754,685 0000000000000000000415f7e5ee3f4f53d7d9266f1fc7c7eb839b67d8cfc8ec 3,361 1.00/1.00 vMB 19
754,684 754,684 000000000000000000029055430fa46260f60159b9502169d9d367b031107526 2,425 1.00/1.00 vMB 7
754,683 754,683 000000000000000000031f4342271fa64a9e5006d7f08c384212d6250df67cd0 3,147 1.00/1.00 vMB 19
754,682 754,682 00000000000000000001379f1a78af7a817b98a128b0d3fe86e3abbd99f6e539 2,980 1.00/1.00 vMB 24
754,681 754,681 000000000000000000049544aaa6940dfa7c7cfb8dc14a0939854317e0a78f9b 596 0.18/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.56 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 670.17 GB
    • Received: 15.83 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.