Loading Tool

Explorer IconExplorer

Memory Pool

37,887 transactions
27.11 vMB
0.05607174 BTC
Random Selection Loading Transactions
Max Size: 138.20/200 MB

Candidate Block

Mining Attempt 9017b1df07551eb79ceea68ec49c6787c2d1cf071d9dfb26a3c8acd840c61878
Version 20000000
Previous Block 0000000000000000000106a1e4aa287915d89b3784466736987e1acd439ed5c9
Merkle Root d093c1bcbb5820dffb2d5838757d9d32ba2e040ed05e4664e6b5a1b0eedf7207
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,174
Size: 1.00 vMB
Total Fees: 0.00480165 BTC
Feerates: 150.75 > 0.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,646 (370,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
544,311 544,311 00000000000000000013e679089b28eda155103a9c04bd31855154b2fa216320 2,090 0.82/1.00 vMB 14
544,310 544,310 000000000000000000014bc341e1cecef66b5e577e64641fb88d1e6c0cc298a5 2,890 1.00/1.00 vMB 27
544,309 544,309 000000000000000000127a73cf2a0defc3323a93be95a49765bf4999cfb1e594 1,766 0.76/1.00 vMB 22
544,308 544,308 0000000000000000001e1bbed709e3157c19c20379e440793eebc20fa36390e6 1,954 0.79/1.00 vMB 20
544,307 544,307 0000000000000000000e2e5008e2dea1851aa67096c94be75a9e80e55349d149 170 0.05/1.00 vMB 20
544,306 544,306 0000000000000000001d710bcd9d038285a9abf312ccf8e256346dfbf16b34c3 419 0.21/1.00 vMB 38
544,305 544,305 0000000000000000001968d4023c7aa210497e8bdef09bad0cb3b26b07b5d889 185 0.07/1.00 vMB 24
544,304 544,304 00000000000000000016e0a8b596098161ce14684e42f3c58fcf56e0516ceda4 1,292 0.44/1.00 vMB 19
544,303 544,303 0000000000000000001f0bc3d15e832aee6a7b75e70ceed48e75b7c90a90f99f 29 0.01/1.00 vMB 16
544,302 544,302 0000000000000000001b2f59df8331c945812c07d941e382f52f9cb0f7d1b51c 1,489 0.72/1.00 vMB 38
544,301 544,301 0000000000000000001a7687663a2e1548ee1fbeff63f99a565c9f189a870d01 1,008 0.34/1.00 vMB 24
544,300 544,300 00000000000000000011a978a37d1e01772b48f201ffabc53507b444834632a8 1 0.00/1.00 vMB 0
544,299 544,299 0000000000000000001df1f1c4e414ce93f9e2b6227abdc4efe548a5ea1e15a8 1,652 0.68/1.00 vMB 22
544,298 544,298 000000000000000000158be8206759a1a7a611be20cdf3757412512c97916ac3 1,564 0.68/1.00 vMB 6
544,297 544,297 00000000000000000016d63694e2bbd01211b9554c5f392ef1444be9a127917f 3,151 1.00/1.00 vMB 7
544,296 544,296 00000000000000000023720deb7ed41ad1f3c7221133e118611f6d4734735ca9 2,993 1.00/1.00 vMB 26
544,295 544,295 0000000000000000001c147357ddedbf2c7fa49c4f1a146a132d5e82af718a8b 2,891 1.00/1.00 vMB 32
544,294 544,294 0000000000000000000f4a133fb55b17e340f2f04f55cd6dc6224819052884ae 2,719 1.00/1.00 vMB 38
544,293 544,293 00000000000000000002ac5559b4380a1e4f9eccdee42f2d3665dd83be36afba 2,427 0.80/1.00 vMB 22
544,292 544,292 0000000000000000001f95fcf2c3b3b6e5536f65ada820fce2eeb55e840ff8e3 1,677 0.69/1.00 vMB 23
544,291 544,291 00000000000000000000ff0d03b4d7bffa0285ee3aa14d4e5e3065c35978d281 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.76 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: 632.55 GB
    • Received: 12.12 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.