Loading Tool

Explorer IconExplorer

Memory Pool

39,995 transactions
28.80 vMB
0.06455263 BTC
Random Selection Loading Transactions
Max Size: 146.59/200 MB

Candidate Block

Mining Attempt b9093a2b5f8c7b479af47222adf687e8172d95ed7e19139cfe13340e0a955a4f
Version 20000000
Previous Block 000000000000000000003865ac48ae639e8f23f850323c9d269a21eb4f7c6efc
Merkle Root 9ce61b9ccee0c3ec9f822fa91e4459f65c13f82729d1f0bdae3f4098614022b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,390
Size: 1.00 vMB
Total Fees: 0.00872459 BTC
Feerates: 101.61 > 0.87 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,536 (797,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,244 117,244 0000000000007cbad6d1dfa46b5e1065b1f3e2a811fc8c1923b0c02bcf57c164 12 0.00/1.00 vMB 859
117,243 117,243 0000000000004488aac2db115fe9767bd789ce2e428e30962b80b9e2464483c3 10 0.00/1.00 vMB 752
117,242 117,242 000000000000583bdb02c9e6ed683656d15e2d0c6379b4f23127582153a54764 3 0.00/1.00 vMB 2,469
117,241 117,241 000000000000c668cbeeabc3d7cf07fd65b1913a3e77f96982332c57e3dc4891 9 0.00/1.00 vMB 0
117,240 117,240 0000000000005b2f7b5ed1fdc87a0b2d081ecd448d5b7006af320fedccc027aa 10 0.00/1.00 vMB 314
117,239 117,239 00000000000042d77b1bc36f6ccea2c5da906fd6fa3a4d45d25e08a59ccbe23f 12 0.00/1.00 vMB 0
117,238 117,238 0000000000005d12ae0f5cdceedb0da6d46eb4571621bb89df57dd2d8372c90a 13 0.00/1.00 vMB 856
117,237 117,237 0000000000001f1ceb4cb841110fe1cc44989565b8d9cc6ad192638f5e1741a3 16 0.01/1.00 vMB 545
117,236 117,236 0000000000003313347beb666738eb3eea39de7e918653e12d9b385332d46305 8 0.00/1.00 vMB 0
117,235 117,235 000000000000c9a2245904d752afa2ead9fb586f03e33a833991f0ad6e909628 1 0.00/1.00 vMB 0
117,234 117,234 0000000000004d3513392e789dfd74def44a3882e34aac2b36c511837728a727 8 0.00/1.00 vMB 341
117,233 117,233 00000000000007316b82fbbf3511774f13857429b2648da36700b4178c161f17 11 0.00/1.00 vMB 1,183
117,232 117,232 000000000000b87e67972035a581aafd6bf9cacb599a9324e881a250914a73cb 15 0.00/1.00 vMB 476
117,231 117,231 000000000000406dd09d5503ae50d2e90dbc3ec51a0ca7de9ab83f584ed4a0a4 3 0.00/1.00 vMB 0
117,230 117,230 0000000000002fe270f44e4519d4fd8c36489432103e34ff46af111186788d32 9 0.00/1.00 vMB 0
117,229 117,229 00000000000094b7e0ed5f7861e7e3ab0d4e3a8284b3b9347d41f6e536457e19 10 0.00/1.00 vMB 1,414
117,228 117,228 00000000000066f09b84f26d254a6eaae19fcde83ba84ab41732007b4ba72c78 14 0.01/1.00 vMB 668
117,227 117,227 000000000000a5a52aeececbb5379d240ecdcafc06ece8e2ede0161866bd3203 2 0.00/1.00 vMB 3,875
117,226 117,226 0000000000000d9cc09431429fd0b7912693302921912a1d229e03bcd0c6c672 32 0.01/1.00 vMB 1,269
117,225 117,225 0000000000000cb637d9d6203eba1ddb145a4469ca0e534e3c0298e668bdc36e 10 0.00/1.00 vMB 889
117,224 117,224 000000000000817b73542a22afe3bad9bfbb5f5d12d15cd61f8718d0dfdf7e92 13 0.00/1.00 vMB 1,008
Previous 10 blocks ↓
Total Size: 781.56 GB

Node Details:

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