Loading Tool

Explorer IconExplorer

Memory Pool

81,361 transactions
29.90 vMB
0.07778065 BTC
Random Selection Loading Transactions
Max Size: 180.53/200 MB

Candidate Block

Mining Attempt e0e316eb0110321ab3526db6f65e1108ea3fdc94f2dc38f75984ed877a918192
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root 322f9423b07ad20893dc54ac0b77b9d316ef7f2131bc9cdc6bd8c792d7b4bd87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,870
Size: 1.00 vMB
Total Fees: 0.01673109 BTC
Feerates: 151.12 > 1.68 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (434,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,169 480,169 0000000000000000012174864416174ee0c40eb18711704dd231426007606bb6 1,900 0.99/1.00 vMB 207
480,168 480,168 0000000000000000000a66d0a17a6795245aeac2e86877e0c036edc8c063cfc9 1,620 1.00/1.00 vMB 242
480,167 480,167 0000000000000000007cd0d5b591b4de6af462477c33050ddb4a809a34e62f7c 849 1.00/1.00 vMB 62
480,166 480,166 00000000000000000103667ca94fa0cf4069f5594f90029abe6acf1891db9ec0 2,195 1.00/1.00 vMB 137
480,165 480,165 000000000000000000a1622be1c8cdbb3be202033715904deaca36082c6101a5 2,160 1.00/1.00 vMB 175
480,164 480,164 000000000000000000890c9ff1636465aab7d6338c01e11f1713235fac45a8e3 1,495 1.00/1.00 vMB 106
480,163 480,163 000000000000000000e2bc93e309fe6af703355822c696bebf971094c9f25b30 1,591 1.00/1.00 vMB 73
480,162 480,162 0000000000000000004f58fd54311aeaffc806d125767f912cfdae31249e2ab9 2,006 1.00/1.00 vMB 173
480,161 480,161 000000000000000000339555bbb03cf2b13fd48691b2e633801f7cbdc32454fd 2,280 1.00/1.00 vMB 122
480,160 480,160 000000000000000000cd5014dcfe8ddcc186d48b5da3880d73c9591faff8fca3 2,576 1.00/1.00 vMB 189
480,159 480,159 0000000000000000007217f33f91fe717f588b1d0af6a4032c2fe2ab54e57598 1,926 1.00/1.00 vMB 139
480,158 480,158 000000000000000000f946995b94fb1d57b0717d816d03b8f98008129637cb78 2,070 1.00/1.00 vMB 208
480,157 480,157 00000000000000000117a7090aab36a03286da6a1bbffb4d77273461fceae864 2,151 1.00/1.00 vMB 240
480,156 480,156 0000000000000000000a9d2bfedb27fe06899a99b4c8eccf7b0c2118c2b934d0 1,627 1.00/1.00 vMB 140
480,155 480,155 0000000000000000004d3a13d9b6cd910991f1ce6b0846ec1c123b3043dae4a0 1,801 1.00/1.00 vMB 82
480,154 480,154 0000000000000000006ac5771cc2f175742582742aea537a8ff04ddd09def4e4 2,027 1.00/1.00 vMB 148
480,153 480,153 00000000000000000034e7e097a3cccc37aeef60d79cb97b8cafebbee4297a3f 1,951 1.00/1.00 vMB 163
480,152 480,152 0000000000000000012234d67569b4520624cb60b08cce4a6e9619bf4b11892b 1,749 1.00/1.00 vMB 120
480,151 480,151 00000000000000000098f2cef61390712d66378ff2d5c1df94dbfe552b4bd965 33 0.01/1.00 vMB 325
480,150 480,150 000000000000000000bc612e67f7d6434d8ab28e0ad1f25d9b7a09d7e0ffc3bf 1 0.00/1.00 vMB 0
480,149 480,149 000000000000000000a536d49f926e1b67eca0012d0b3a127ebc947b251c801d 2,187 1.00/1.00 vMB 138
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.70 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.