Loading Tool

Explorer IconExplorer

Memory Pool

23,367 transactions
10.43 vMB
0.02538688 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.67/200 MB

Candidate Block

Mining Attempt b6df66a2f59eca214e5ccd0be7b617027c546ce5339f28b6d9f7c345ad4c976d
Version 20000000
Previous Block 0000000000000000000114b1ea273efd282e9aec1ebb3ead47cab59aed6df4cf
Merkle Root 0626a79e83fd3eb6a69c4399b955e2331f3e25570e8c1ed90fe44f9b1e0846fe
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,735
Size: 1.00 vMB
Total Fees: 0.00829027 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,535 (766,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
146,686 146,686 00000000000006772450031882bc9beda06c74b446b835e3d8f1969af2045bdb 33 0.01 vMB 160
146,685 146,685 00000000000007924db975fc405df91b8fb57968b08baf40b7c0e01e58fc73f5 40 0.02 vMB 44
146,684 146,684 0000000000000550e794ef3b3473938dcf0f977889999ca4215e352a271e541b 19 0.01 vMB 77
146,683 146,683 000000000000089845edb3b74ccbf2250f36044e4de6a82389e08e6267e797ea 46 0.03 vMB 39
146,682 146,682 000000000000053bf888e88f3f163767168047eec019017b3e732b651145df27 62 0.03 vMB 137
146,681 146,681 00000000000003c2cffca8ba13a9d19c37d925ff349cc71472c754e9c696c71d 37 0.02 vMB 85
146,680 146,680 000000000000028ed7179f017782302f9ba0a3c2559fe5e7eaa5c109721975a3 87 0.04 vMB 234
146,679 146,679 00000000000002a8eb998bb6035dbd4a0f76824ba4542ec4505023595dc438e6 42 0.02 vMB 100
146,678 146,678 000000000000037444b332c6d543f017839def5849f73c58d6a8da538bb889ef 15 0.01 vMB 43
146,677 146,677 00000000000006fceba8afb7ba2ee68cb50f6f20fbe662e3864185bfdab37c05 44 0.02 vMB 166
146,676 146,676 00000000000008106104a3ea97e45b4a4df82815ad9316ab23e89a4adc32d50f 58 0.04 vMB 92
146,675 146,675 00000000000003855d79f609885b4c3879d939cdae605d1e401e18e64b81cc8c 70 0.02 vMB 89
146,674 146,674 0000000000000576b241900cbbb88087c354dcd02dd277031b2a2585dc464b63 43 0.02 vMB 238
146,673 146,673 000000000000062df1d4609686b7eddf1f5ad2f59a3b34b973dd738266ac5e70 5 0.01 vMB 22
146,672 146,672 00000000000005c3b2351c015de4198d3d01a173eb7f34c0e33004aaccc54649 24 0.01 vMB 14
146,671 146,671 000000000000025438bf407e04abd559b5f9c8adfd939ca5718003f018939955 83 0.05 vMB 53
146,670 146,670 00000000000003d5c5f832b88200eb5946716dbc038a9dd121b1785ffceb32c0 8 0.00 vMB 907
146,669 146,669 00000000000004ec11b8930d2556461bd3e765608ee37bcfb66e70e2dbee8ab6 19 0.01 vMB 264
146,668 146,668 00000000000004623a1bb8825573a5ca67ba3d9c42a5de9c108ef9f0dc43ad44 65 0.03 vMB 77
146,667 146,667 00000000000008481a9b0fd826cbd689147dab6fc12132759060c2bf4dfb7e64 3 0.00 vMB 103
146,666 146,666 0000000000000159406e977a34a26f79ae07eac043c3387cead51ad555751d58 13 0.01 vMB 41
Previous 10 blocks ↓
Total Size: 779.79 GB

Node Details:

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