Loading Tool

Explorer IconExplorer

Memory Pool

45,183 transactions
28.69 vMB
0.12481628 BTC
Random Selection Loading Transactions
Max Size: 151.82/200 MB

Candidate Block

Mining Attempt ff9933cdfb2aacd4bd1bd373c46e4f1540ba29410aa1794ec9aa148b3f1364a9
Version 20000000
Previous Block 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718
Merkle Root 10ae7c3aca71ca5214a1553101e05b2c315276e9de91e2aecd625e0789734b47
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,354
Size: 1.00 vMB
Total Fees: 0.07011797 BTC
Feerates: 101.65 > 7.03 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,809 (170,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
744,133 744,133 0000000000000000000993b3cdc6c0f66c0f2ab210d2ac250db90874e826b646 2,130 1.00/1.00 vMB 7
744,132 744,132 00000000000000000005ef5bbde2ac8722e3ea1937d2848e8a72dd0c99499fa5 1,708 1.00/1.00 vMB 15
744,131 744,131 00000000000000000008ecf4129edcb0013ca86a6d052fc1ab44ee5258d812b2 1,992 1.00/1.00 vMB 19
744,130 744,130 00000000000000000002e2f9d53d40ddd962cff7b14fbc210d299e9a7e8552ab 2,027 1.00/1.00 vMB 29
744,129 744,129 000000000000000000026e8cf6c5a8d23f01c24debf48a85a53542e7527f9a37 1,766 1.00/1.00 vMB 19
744,128 744,128 0000000000000000000600453b0af75c495ed177c945784f1dd2c19d1c4b88d6 2,414 1.00/1.00 vMB 37
744,127 744,127 00000000000000000006e7c3145b8eca1357b8c3c4386831a6b5170bb4941fd4 1,494 0.81/1.00 vMB 15
744,126 744,126 000000000000000000068b37c940729634ad5865f93535ba3d1a7b112115e5c7 2,451 0.96/1.00 vMB 17
744,125 744,125 000000000000000000019048ff3609c16d2531621efad68af30c3f0f8860293c 213 0.06/1.00 vMB 20
744,124 744,124 00000000000000000000576d6b0b92222913de7541f1ed62ffa3bc9c308d1ed3 1,819 0.69/1.00 vMB 15
744,123 744,123 000000000000000000060ec243f65661ff46a59273d5e6ad752f8ce7fb4d292b 455 0.14/1.00 vMB 15
744,122 744,122 0000000000000000000400796a99bd7981337af88d98c800ca53ae4cbc1e3c10 988 0.29/1.00 vMB 18
744,121 744,121 000000000000000000033828998c89c5e25608e1254ad4c523f96a2df7d461ee 1,409 0.94/1.00 vMB 10
744,120 744,120 00000000000000000002a48fa1abd4b6eddf342daeae3448fac86b9b4ef6a943 1,023 0.99/1.00 vMB 3
744,119 744,119 00000000000000000001004862768f4b06e2dc21e9adecd49ab560ee5bc8be7d 2,911 1.00/1.00 vMB 16
744,118 744,118 00000000000000000000de28ad7923a11f7f3e262905dab389501398631b2209 3,103 1.00/1.00 vMB 28
744,117 744,117 00000000000000000002e9fcbdeda4cffe33919255cdeff4e3340f12ec6b8157 1,515 0.61/1.00 vMB 12
744,116 744,116 0000000000000000000901a0002b568236ad828ef38a9b6ae110e089a1f7bbaa 1,256 1.00/1.00 vMB 22
744,115 744,115 0000000000000000000720de9ff76bc9a8a630b9fc72f5463710e57e0c2d6133 1,077 0.40/1.00 vMB 16
744,114 744,114 00000000000000000008aac0d97deef806ab5f4b7403424591a18b7be8576538 1,888 0.68/1.00 vMB 17
744,113 744,113 00000000000000000006f5deda2c015764f79aaef67d4ada53e2aa4142e2d63c 508 0.23/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.05 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: 650.89 GB
    • Received: 13.34 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.