Loading Tool

Explorer IconExplorer

Memory Pool

45,218 transactions
28.62 vMB
0.08394146 BTC
Random Selection Loading Transactions
Max Size: 151.76/200 MB

Candidate Block

Mining Attempt bc24295e8d701b2fa086f3350592772e810565730a09fcb4a42160fc3a49e525
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root a0c5e6a64b480c8e0607cdbd290bf43de5b3e5911f21b0463865aa77f5e3ff4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,736
Size: 1.00 vMB
Total Fees: 0.02953502 BTC
Feerates: 150.92 > 2.96 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (251,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,106 663,106 00000000000000000007791b9c484f1a60448293f0becf036220233f34187efe 2,826 1.00/1.00 vMB 92
663,105 663,105 0000000000000000000abe2eea13adb5f9f352a0dd191862268a8e11af1c8b86 2,429 1.00/1.00 vMB 51
663,104 663,104 0000000000000000000375c6bc458cc0ee14d0c39e3a7196ab33d1e7bbae13f5 2,803 1.00/1.00 vMB 70
663,103 663,103 00000000000000000002f920b2a36588231dc3cad36cbcbfd8f55f7c1ef739c3 2,404 1.00/1.00 vMB 48
663,102 663,102 000000000000000000083bea06ffa0c3aee1b0a1396cb370e43249d35d2ad0d1 2,583 1.00/1.00 vMB 24
663,101 663,101 00000000000000000006dd187ba62c06c3c8a756dee2fdb00ed96624ced9eba6 2,866 1.00/1.00 vMB 18
663,100 663,100 0000000000000000000353986ff9a2ba1b53b3687a9a531e1ac53bdff148dcd0 2,375 1.00/1.00 vMB 38
663,099 663,099 000000000000000000030499878e80d11dfe9400f75f17ae5b341b3ef4b055ae 2,788 1.00/1.00 vMB 120
663,098 663,098 00000000000000000005b44b0c4cdb7bef59f3e5cd08afa8b03268f7fc11ed9b 2,755 1.00/1.00 vMB 76
663,097 663,097 000000000000000000057f53ae85617e6dfbaadafb37c19e7ca02dda37ab669f 3,028 1.00/1.00 vMB 115
663,096 663,096 000000000000000000085e5e322de832e559c03fbb6a15910a4b15fe48e36074 2,670 1.00/1.00 vMB 105
663,095 663,095 0000000000000000000c15de2cbe0daf1bcbf204d74a059db1e994f72384e4bb 1,705 1.00/1.00 vMB 128
663,094 663,094 000000000000000000086bcde3a576d39aef9421bb820a5bbe89d6902eadf514 2,677 1.00/1.00 vMB 62
663,093 663,093 0000000000000000000307b17836fe74618cb8681c1658258441998336889724 3,152 1.00/1.00 vMB 131
663,092 663,092 000000000000000000090b03e956704da2e6aaaebb6dd12f622b99d279039c11 1,971 1.00/1.00 vMB 34
663,091 663,091 00000000000000000009c8454f9df9eaca5b9f050ec90819fa0b8e245d54a5b3 2,391 1.00/1.00 vMB 72
663,090 663,090 00000000000000000008b7a1eba2dd7f39acb618938151138c72d593463a230a 1,012 1.00/1.00 vMB 11
663,089 663,089 0000000000000000000dac23bb8d648badfe833e22eddb7c69682b8dc341b6f6 1,113 1.00/1.00 vMB 14
663,088 663,088 00000000000000000007f7a5ccbbb357379f46e521669fc0a7bd89271804a7e6 1,619 1.00/1.00 vMB 15
663,087 663,087 00000000000000000004cffdf17d05d31a6f826fdf5e737409277c755aca8d7a 2,113 1.00/1.00 vMB 32
663,086 663,086 00000000000000000008d4f84ffcdc39f4fbecf132529db56e2844327a42ab4c 2,062 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.05 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: 650.94 GB
    • Received: 13.36 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.