Loading Tool

Explorer IconExplorer

Memory Pool

77,266 transactions
30.81 vMB
0.14012258 BTC
Random Selection Loading Transactions
Max Size: 177.12/200 MB

Candidate Block

Mining Attempt 510aafe8ddfc4f01f9ebf7e04e44b1318620c14098a39bdf538c10213f55cd13
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root b987933f1590b1baf0c437bf1748ede53f3cbb83b75e53f8fff20439ace653e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,298
Size: 1.00 vMB
Total Fees: 0.05115835 BTC
Feerates: 150.36 > 5.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (281,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
634,022 634,022 0000000000000000000b035b0a05a4d5a2c62a3a214c51eacf7d3a6a12b58781 2,540 1.00/1.00 vMB 35
634,021 634,021 0000000000000000000a8d78e75e990cd17d69943d829a3ca3bce16afe0a662b 1,936 1.00/1.00 vMB 17
634,020 634,020 0000000000000000000055377de3831bffc234e90991d8c6da8fccfbbee05dc0 289 1.00/1.00 vMB 1
634,019 634,019 000000000000000000115a566e78dd4541b3ff4376870af45923db871040535c 2,416 1.00/1.00 vMB 9
634,018 634,018 00000000000000000004dabb0d97efe9dcce9bd511aedbd918f29efe501b0133 2,472 1.00/1.00 vMB 11
634,017 634,017 00000000000000000012e827e8738eedcd582b42aee9c45a2829f2e6344436e2 1,883 1.00/1.00 vMB 24
634,016 634,016 000000000000000000145868ff763cd0d08c52677a0a0c47515e77dcc7c02cfd 2,991 1.00/1.00 vMB 47
634,015 634,015 000000000000000000024a050f8bedbf8e8323f005ab5b488f6446d72c4d20d2 1,958 1.00/1.00 vMB 7
634,014 634,014 0000000000000000000f144adb88000fd8db42878a072a753b1ee1c4ce7230a6 2,237 1.00/1.00 vMB 8
634,013 634,013 000000000000000000007dea1fd2877610660cab89feea1d29c7f5396240efa8 2,592 1.00/1.00 vMB 28
634,012 634,012 0000000000000000000255c30c4edd90ef1368409db68ed00fa2cc5943c6e505 2,659 1.00/1.00 vMB 36
634,011 634,011 000000000000000000037d23834c4bfad9816d77816f040d1c074fa22caf1731 2,561 1.00/1.00 vMB 18
634,010 634,010 00000000000000000009e8b5acc41a94ccd7cec6264ae6f175ba1e477ed1b8f6 2,345 1.00/1.00 vMB 20
634,009 634,009 0000000000000000000672f87f4296a7144c4547479f29fe909755a3442e1b1c 2,705 1.00/1.00 vMB 36
634,008 634,008 00000000000000000001d7fb302a3c72f7cc77d4def5d1d9503195469eb2049f 1,626 0.57/1.00 vMB 25
634,007 634,007 000000000000000000064ba7512ecc70cabd7ed17e31c06f2205d5ecdadd6d22 131 0.04/1.00 vMB 24
634,006 634,006 00000000000000000008c486d4d80a3bd24cc33b0011538baa8d1c3fa7d54c76 1,984 0.74/1.00 vMB 13
634,005 634,005 0000000000000000000d5869825cc9a61b97f2bd579da4372c72d9d532b5dd34 2,763 1.00/1.00 vMB 26
634,004 634,004 00000000000000000003c785180f06d722fa13e9a4cf596ed5de7673629040eb 1,413 0.55/1.00 vMB 19
634,003 634,003 000000000000000000089fa3a20462a7be309c9cd5d94a09603fc409d2189140 1,326 0.48/1.00 vMB 23
634,002 634,002 000000000000000000023fba036d97bbfee877fc9e8f4ca2f721e98bf8ea040b 643 0.47/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.