Loading Tool

Explorer IconExplorer

Memory Pool

73,646 transactions
27.30 vMB
0.06526412 BTC
Random Selection Loading Transactions
Max Size: 166.43/200 MB

Candidate Block

Mining Attempt 3c5aabd272e318eb232c830ce72122724618016ec6b2e030aa355a5eeed47ad6
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root f67dbc8694151db19ed975a37b96ba7d10fc57d93eb3da7b6bc53702d82be261
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,368
Size: 1.00 vMB
Total Fees: 0.00728210 BTC
Feerates: 74.05 > 0.73 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (429,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,170 486,170 000000000000000000ecb1ac90acc085ae2bf9ae9c140d39e83ae5a510898e8b 2,147 0.97/1.00 vMB 114
486,169 486,169 0000000000000000002f7cec8e57404e90b08c7fd0f17027ce54c9857e28e6ec 2,068 1.00/1.00 vMB 55
486,168 486,168 00000000000000000016585b6923f559cc0c32e26ad74b65311b5b3233c4191a 2,176 1.00/1.00 vMB 61
486,167 486,167 000000000000000000b4f57abccbea517f9b4c5181aa36983a1d21006b6814bd 1,995 0.98/1.00 vMB 170
486,166 486,166 000000000000000000975366c5fb81bb26ac721a7a48f9da70b705ae95be5159 2,515 1.00/1.00 vMB 42
486,165 486,165 00000000000000000037f02d14dbf5fae16e6bfffd42d4c6a0a7f8b9697943c8 2,602 0.97/1.00 vMB 120
486,164 486,164 000000000000000000282e3c9f512390327879ed8597c023d51a4516f5b4b52e 2,160 1.00/1.00 vMB 109
486,163 486,163 000000000000000000a3da497d177e96b57b97a5a4da9dc25f5ce07beac75fb6 2,413 1.00/1.00 vMB 128
486,162 486,162 0000000000000000006d9e9bfa165a9bc98a4e5f427547745b061df0cee0f628 2,089 1.00/1.00 vMB 161
486,161 486,161 000000000000000000fd24dfa136d659741a8c0c30b86573a372ba78b942bbec 2,239 1.00/1.00 vMB 167
486,160 486,160 000000000000000000743324974b03865a88c311d1547e3a9b366c36559fdc98 2,466 1.00/1.00 vMB 198
486,159 486,159 000000000000000000c0c704391ae612ba9538bf6a8c02ff081929fbb8780ed7 2,446 1.00/1.00 vMB 88
486,158 486,158 000000000000000000905d4e2efc1041362565173ba2549c5610c7cede60dcf6 1,937 1.00/1.00 vMB 164
486,157 486,157 0000000000000000008e43203cad1888014d555357600fe72b201aaba4e5db51 2,629 0.99/1.00 vMB 222
486,156 486,156 000000000000000000c83d9264d8fc98c57d5c49ad40e5ede1fc3e2175707aff 1,898 1.00/1.00 vMB 99
486,155 486,155 0000000000000000000b599ef96936bba01099da5b32908eed003fd241b8157e 2,333 0.98/1.00 vMB 101
486,154 486,154 0000000000000000002b768c065161228f7f7d69d2e2f5681691a4f4836080a6 2,241 1.00/1.00 vMB 148
486,153 486,153 000000000000000000b40aec19da3736b57c02357e1434146ad2e85ebd36fc12 2,315 1.00/1.00 vMB 174
486,152 486,152 0000000000000000004d4004bd1b5830c1cef7ebba8e1da6821e2a4efc95aea6 2,376 0.99/1.00 vMB 237
486,151 486,151 0000000000000000005c8a6b45b0a6a8ada85fee384c032de4eae0355cd098b7 2,496 1.00/1.00 vMB 130
486,150 486,150 00000000000000000095004b775baa719d07eedf277af222f2035320dcc1f09f 1,979 1.00/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 782.90 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: 713.54 GB
    • Received: 17.39 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.