Loading Tool

Explorer IconExplorer

Memory Pool

45,416 transactions
29.91 vMB
0.09453031 BTC
Random Selection Loading Transactions
Max Size: 154.45/200 MB

Candidate Block

Mining Attempt 9fd1db92820ec40a478069a9a8cd392afa6094641a93c5bdbc1cf1e4fd3bd01a
Version 20000000
Previous Block 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5
Merkle Root aba9b205c0c86a13d1eb924151bdf6a7fbcd99d9e84037324802d81ba9c2f0e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,266
Size: 1.00 vMB
Total Fees: 0.03350240 BTC
Feerates: 477.45 > 3.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,617 (176,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,806 737,806 00000000000000000006613f89d1f28fb921a76ab8b48916b0260fcffd6c580f 1 0.00/1.00 vMB 0
737,805 737,805 0000000000000000000660c17e1350edd3c720bcffc66e1f4b331a1a4fe301df 1,325 0.54/1.00 vMB 15
737,804 737,804 0000000000000000000073f61f3f1ff298b4ffc9f03724d47889c08a05fb35e7 867 0.26/1.00 vMB 15
737,803 737,803 000000000000000000056a83d95a7416c9f997a1fb35193b2ebc1a28c43c52b6 261 0.11/1.00 vMB 13
737,802 737,802 00000000000000000008f99f225acb67f97c50bd9498a7463cafa839f83f3290 987 0.83/1.00 vMB 2
737,801 737,801 00000000000000000001bad3f18e134f854ccbb2f4762ff06108bb8544d681a9 1,444 1.00/1.00 vMB 4
737,800 737,800 000000000000000000079f5ac44bf646e1305a5e5a8206f56b1ae4300dc1b44d 1,531 1.00/1.00 vMB 9
737,799 737,799 000000000000000000035941c5cde233219c4b45c7185d0ddef852782e2cc03e 677 1.00/1.00 vMB 4
737,798 737,798 0000000000000000000211c70767c15ab441546d92629462cfc53c4067d27b58 756 1.00/1.00 vMB 3
737,797 737,797 00000000000000000006c3d9de4cd4885fe1fa614e81a04c643a49aaf67ac926 2,453 1.00/1.00 vMB 8
737,796 737,796 000000000000000000006928adf0756b154a945bba0635a6ba902c5b2b7b255b 1,226 1.00/1.00 vMB 13
737,795 737,795 00000000000000000001ab7a25229badcbfe9c9b0ca99676ebd3d889c224c137 1,704 1.00/1.00 vMB 21
737,794 737,794 00000000000000000005eaad116cb91872c25f046612ab598f5a41b9f43e42ec 2,333 1.00/1.00 vMB 28
737,793 737,793 00000000000000000000feadadb52987af95ae7357c7b4b7823ad81b047e85bb 2,179 1.00/1.00 vMB 14
737,792 737,792 00000000000000000003c30adc32b7ad56fbbf906b76bb3c3f933be6d36e1c16 2,104 1.00/1.00 vMB 14
737,791 737,791 000000000000000000050edd293fc52f79667d6c106f676155122c8a8388ee82 2,327 1.00/1.00 vMB 27
737,790 737,790 00000000000000000006fd269c417cf3166bfdd339cb30584edebdca097ff525 1,604 1.00/1.00 vMB 3
737,789 737,789 00000000000000000004ecffd25b2511839d46a1ac32d877e5f8f43903d394a1 1,172 1.00/1.00 vMB 5
737,788 737,788 00000000000000000002e9d6b8ccbcf7c8b325f1a0831b5631e0584744197be9 2,447 1.00/1.00 vMB 7
737,787 737,787 0000000000000000000631894d1412333f3fea5cbf0496d3fc3a46e3cf3e8133 2,243 1.00/1.00 vMB 16
737,786 737,786 00000000000000000000bc2a97c9a1d545e71ab56bdb8f5010e898548df94fa6 3,208 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.71 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: 629.61 GB
    • Received: 11.93 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.