Loading Tool

Explorer IconExplorer

Memory Pool

44,472 transactions
28.50 vMB
0.12170939 BTC
Random Selection Loading Transactions
Max Size: 148.22/200 MB

Candidate Block

Mining Attempt afac209f85cfd38f4a2f9a568213e474ef01cd66d2f09673dd24df719d30aea3
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 2621fa0c8a03e94bf74fd7b71bdc0e19e4a718ca168c98b4c8219ce8b0ae9f81
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,518
Size: 1.00 vMB
Total Fees: 0.03333488 BTC
Feerates: 78.42 > 3.34 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (414,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,225 500,225 0000000000000000000d6e8725d6ddf007aa56c9c91dcd9096514df48100a6e3 2,998 1.00/1.00 vMB 490
500,224 500,224 0000000000000000000a77c13f5e76f3db193f12a3fb2e3c0e81a62f4b7c67bf 2,589 1.00/1.00 vMB 467
500,223 500,223 000000000000000000516297378933effee10de2eed0b58b6eb213027d339b74 2,787 1.00/1.00 vMB 629
500,222 500,222 0000000000000000007aa7f7fa3b63ba352861353c1075f423c4358458fd3051 2,618 1.00/1.00 vMB 569
500,221 500,221 00000000000000000076ea1c9ea26c16f360ee9bef9f01693edbb4db00f777b2 2,605 1.00/1.00 vMB 519
500,220 500,220 00000000000000000067904c4f722f13f104cbd47572bcdc016180a2e92baee4 2,568 1.00/1.00 vMB 575
500,219 500,219 0000000000000000008219ce13e82ef937d5bdb467439160a366f87b6b38de7e 3,009 1.00/1.00 vMB 613
500,218 500,218 00000000000000000052fd614ab4ce9c5c6fcda4e306d0e55b989461fbe2c89a 2,543 1.00/1.00 vMB 595
500,217 500,217 0000000000000000001e6cdb9572e41247fc160021b72aefa09124aee2c9db8c 2,484 1.00/1.00 vMB 582
500,216 500,216 000000000000000000226b554fae15f99d2034ad19c6f2e6bb53534d5b652440 3,277 1.00/1.00 vMB 621
500,215 500,215 0000000000000000000c738e0098123a554f81947a3ca917e6ce1d14e2c620e3 2,986 1.00/1.00 vMB 662
500,214 500,214 0000000000000000006b90155fd030fe4a92457b3df78f5e20b6897f90b125f8 3,373 1.00/1.00 vMB 642
500,213 500,213 0000000000000000005e1ccf8e52df9fe69b36977c7503c9fe0d856a9d7d27db 2,306 1.00/1.00 vMB 713
500,212 500,212 000000000000000000509afd8beba512d9043f48c148b5531535a97bee8fa499 3,448 1.00/1.00 vMB 632
500,211 500,211 000000000000000000268411603ce97362d2236db5673854361614fad41548de 3,166 1.00/1.00 vMB 648
500,210 500,210 00000000000000000036af81d07599864b324d14a4739db5bd262abbf62c923a 3,168 1.00/1.00 vMB 652
500,209 500,209 0000000000000000000165ab1821e63e47b28621e5790c7715011c0a51ce786f 3,146 1.00/1.00 vMB 632
500,208 500,208 0000000000000000005133631855fa1d0abe926e4eb03a528b1f6aa0e95f5a15 2,619 1.00/1.00 vMB 532
500,207 500,207 00000000000000000092b91c45fb5b13aaeef404215b3660f05938460735b264 2,648 1.00/1.00 vMB 583
500,206 500,206 0000000000000000002dd84399ec6273b65cce2c6ad77e4a3cf45330512cf2b5 3,375 1.00/1.00 vMB 620
500,205 500,205 00000000000000000058ca392e4a6410a763ee002ff8dd5b7dc17f5ac5f82f47 3,109 1.00/1.00 vMB 668
Previous 10 blocks ↓
Total Size: 781.88 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: 645.00 GB
    • Received: 12.64 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.