Loading Tool

Explorer IconExplorer

Memory Pool

46,384 transactions
28.89 vMB
0.14428449 BTC
Random Selection Loading Transactions
Max Size: 152.91/200 MB

Candidate Block

Mining Attempt 6a0904f139e25f5d98175a9b42d9e6f7a49da23f1703d235359c2027726978f1
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root fe87218826096c8f51508adfded8364a537faf82d9796f704a91140734609ca2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,551
Size: 1.00 vMB
Total Fees: 0.08163871 BTC
Feerates: 15,654.48 > 8.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (315,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,673 599,673 0000000000000000000cca7ef49f5fff151069b9660c4b0445033bf790a77b87 1,211 0.34/1.00 vMB 15
599,672 599,672 0000000000000000000f9e550155ee6acacb2e9f4d8920945da41e920d6bea5c 1,998 0.73/1.00 vMB 19
599,671 599,671 000000000000000000131d22c8abf4f2ee749528946bdc7626d023efa9f170b0 1,810 0.46/1.00 vMB 8
599,670 599,670 000000000000000000156509114963fbf8f5ae6a0ea64fd4cc1e1d99e9a21bcc 2,617 1.00/1.00 vMB 20
599,669 599,669 000000000000000000033940f2951e404b2ad83aa671a63bd4b4e9b47d55c4f3 1,616 0.49/1.00 vMB 13
599,668 599,668 0000000000000000000c0196e77c52fed401d170061a18d6530edfc2adb58cef 2,810 1.00/1.00 vMB 2
599,667 599,667 0000000000000000000f96a493e606337c2d51a242efe96e1fc9b6e6a76ccfb3 3,025 1.00/1.00 vMB 19
599,666 599,666 0000000000000000000c1200202600a0ac08142deca6ffe3c56fa2d34bb9f221 3,001 1.00/1.00 vMB 16
599,665 599,665 00000000000000000012a6bc614af1abc3659a9a764e2cf6b6f06fe05d07d3e5 3,246 1.00/1.00 vMB 16
599,664 599,664 000000000000000000086650c935dd0e484053686a2bc799471d34b4ec67a7bc 2,959 1.00/1.00 vMB 20
599,663 599,663 000000000000000000055e8d10bc42534f9db51c1033f9a79dd2465a0ae97416 2,036 1.00/1.00 vMB 21
599,662 599,662 000000000000000000068b69b81cca5629dc7a9adfd5724ba643b5f1cf6bd13a 2,922 1.00/1.00 vMB 32
599,661 599,661 00000000000000000004f2fb2ee749923a8131028aeae637070b0b4145617d42 3,287 1.00/1.00 vMB 12
599,660 599,660 0000000000000000000e7c65db5aa1f08811454d7e202a453145fe1d0ced95a0 2,502 1.00/1.00 vMB 21
599,659 599,659 0000000000000000000439e59f154e8d2b2442640b25a4ab01301a9992738889 2,737 0.74/1.00 vMB 10
599,658 599,658 0000000000000000000cc32661f15a384f14f826a8d919a35f9217ef44bfa71e 3,110 1.00/1.00 vMB 19
599,657 599,657 00000000000000000014ec4c66af116d13c267eabb7650b4c811096e10fccb47 1,819 1.00/1.00 vMB 55
599,656 599,656 0000000000000000000fd1d504aa47804d05c1c8384b639bb158e46637a70c55 699 0.23/1.00 vMB 20
599,655 599,655 00000000000000000014338267d9b709b1f4b306da56f7af4f09811691cf3248 1,029 0.33/1.00 vMB 16
599,654 599,654 000000000000000000103d70a824ba1e219e9876248da41a6cd559498dce88d6 3,456 1.00/1.00 vMB 14
599,653 599,653 00000000000000000013d733d1fbf25d6a9ad2fb23ed8d0eee82bc3d7a941ba0 1,821 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.04 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.75 GB
    • Received: 13.32 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.