Loading Tool

Explorer IconExplorer

Memory Pool

44,828 transactions
27.29 vMB
0.09056164 BTC
Random Selection Loading Transactions
Max Size: 152.48/200 MB

Candidate Block

Mining Attempt c6ca60ed3c86cf21bfcdfa04a3fceb9f7d9f6fe573e91dc7624765181322c4a4
Version 20000000
Previous Block 00000000000000000000228bc0efc0a07809b604e5062b253d925dfdc65ee4c1
Merkle Root 68063c245fb684b21c2357915e74f0f8ee155189c147a798b9b6f948e15df43f
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,356
Size: 1.00 vMB
Total Fees: 0.03965027 BTC
Feerates: 151.10 > 3.97 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,198 (67 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
941,131 941,131 00000000000000000001d9565a7412e8e6f2190cd3ca8cc1bc4acc5bac037bb3 1,236 0.38/1.00 vMB 2
941,130 941,130 000000000000000000010be5f5a971fdc9a046022a50dca25de8e3a793c47c34 3,646 1.00/1.00 vMB 1
941,129 941,129 000000000000000000009d07ddb8671bd93711d0631b4b0297b3ae8bdfe29791 5,053 1.00/1.00 vMB 0
941,128 941,128 000000000000000000014fb59908fb4dc1697840ced4c6f7d5b86f6e4560fe82 4,016 1.00/1.00 vMB 0
941,127 941,127 000000000000000000008e47633843f84dbd0dde19eda90c61e476e271b0eb5e 3,691 1.00/1.00 vMB 1
941,126 941,126 00000000000000000001480dbdaaaa2c26ad71b4519dde50fa7b6ca4a4b56e08 3,470 1.00/1.00 vMB 3
941,125 941,125 00000000000000000001652e5075b133a0fbe71b4f0d592c8a1e750299b0aaa2 4,426 1.00/1.00 vMB 1
941,124 941,124 000000000000000000018cc9ed58316d167772115b692feb42d37b7512912502 4,858 1.00/1.00 vMB 0
941,123 941,123 00000000000000000000c3c1258a939e4357e6e368e95baae8a6ca79cf1f74ea 4,835 1.00/1.00 vMB 0
941,122 941,122 00000000000000000001672d77b82f33a1f38b71cce0d6734e292d197ee2b10b 172 0.06/1.00 vMB 1
941,121 941,121 00000000000000000000141c53ae317a57cd0b75b9eedc0b78b687e121a0490b 2,015 0.59/1.00 vMB 2
941,120 941,120 00000000000000000000aaff1bed3f48701f90fddf8595254a0850c7ba76fce5 4,182 1.00/1.00 vMB 1
941,119 941,119 000000000000000000002fa3a9d3beb0d6234e02fc841bd97c8dc35e7dfaa4ea 4,215 1.00/1.00 vMB 1
941,118 941,118 00000000000000000000ade305d153581c09f2444e4a064b4cb5a660bbc872e2 4,296 1.00/1.00 vMB 1
941,117 941,117 00000000000000000000144c80b7527621c958ffd57eb53aeb4910c68b71eef8 1,232 0.52/1.00 vMB 1
941,116 941,116 000000000000000000018b0fda0ceadcbb10dc8f5257af4a9d0aa2c37860ae75 3,715 1.00/1.00 vMB 1
941,115 941,115 00000000000000000001997093539c1ad30b98ac4058fae906042bb7491ad4a3 3,521 1.00/1.00 vMB 1
941,114 941,114 00000000000000000000b2ec7095ee3f5f40ffc56ac617aedf92c44427d6fdf7 1,336 0.46/1.00 vMB 2
941,113 941,113 000000000000000000008d1665f4cc19acc6f6e6cbd47c64cd61c2de1e9162bb 4,736 1.00/1.00 vMB 0
941,112 941,112 00000000000000000000f76f70a0d50ba360107effc3aefc5619f286c71b9528 2,705 1.00/1.00 vMB 3
941,111 941,111 0000000000000000000040e4c21d094af2052715e9024f5de2fd9180f9787cdc 2,060 0.80/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 828.91 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: 4,621.21 GB
    • Received: 249.55 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.