Loading Tool

Explorer IconExplorer

Memory Pool

37,721 transactions
26.15 vMB
0.06358869 BTC
Random Selection Loading Transactions
Max Size: 134.40/200 MB

Candidate Block

Mining Attempt cf0ac42d2c6a3693e4711b89b1ffd89a7c4e6654578861342220f499f4211454
Version 20000000
Previous Block 00000000000000000000176eec4f97613301ccca0f642e4b2100196c9276c6da
Merkle Root 064245500ad2d5bd5b682d73ffc66809913e69c8c5dbc7a91b19267e9e1c578e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,436
Size: 1.00 vMB
Total Fees: 0.01531357 BTC
Feerates: 102.99 > 1.53 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,674 (138,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
776,577 776,577 000000000000000000062cc7dfaf0c15e9a76465c8c4ecac8aa45f306fd9576c 1,658 1.00/1.00 vMB 18
776,576 776,576 000000000000000000007f3dd7cc894add4b56f43f235b1077a5ea00f180633f 2,065 1.00/1.00 vMB 23
776,575 776,575 00000000000000000006b398b3d8ee5e8f1ef3df66539da83638ec547ca42a0c 2,458 1.00/1.00 vMB 22
776,574 776,574 00000000000000000000466ba67eb095f949a3451ed47f278e8e69c8d83e480f 1,518 1.00/1.00 vMB 27
776,573 776,573 000000000000000000034f9a9e4b53769d6d0ce468b3b8dc9df784d19d9985ba 2,163 1.00/1.00 vMB 32
776,572 776,572 0000000000000000000153e4f04e08e69db42516f1975a9afdbda597c4ce67fc 2,612 1.00/1.00 vMB 30
776,571 776,571 000000000000000000050d8a692d982875c20b91c24601a059358ff8ba49ac1e 2,019 1.00/1.00 vMB 23
776,570 776,570 00000000000000000004d3679d67b37cc90688a486a7070b1cbbabce53997831 2,687 1.00/1.00 vMB 30
776,569 776,569 00000000000000000005c55e550a6245b78313244d137376ec3a5097faf5e7c4 1,546 1.00/1.00 vMB 21
776,568 776,568 000000000000000000010fc1b825c89c60606d6ee8e817ea90677236924a0b6c 2,721 1.00/1.00 vMB 29
776,567 776,567 0000000000000000000204734b7608bd32dd73f336d4193ab8ef3216f79aeaca 2,968 1.00/1.00 vMB 29
776,566 776,566 0000000000000000000227188c7257ddcff662844d134678ee2f3c746d00b447 2,343 1.00/1.00 vMB 12
776,565 776,565 00000000000000000000ebf7ff6be7fd9034dee84daed5c68f005a0069be4c03 1,530 1.00/1.00 vMB 16
776,564 776,564 0000000000000000000713d889f7a2d67b8a71b7a66f969e5902fa6e2082920d 1,997 1.00/1.00 vMB 19
776,563 776,563 00000000000000000000c4cee7fe7108d10e61d541100ed6761cbf7ac7afd8c4 2,755 1.00/1.00 vMB 23
776,562 776,562 000000000000000000030f6908ce3cb548b866faf31aeee168e6cdf0c29c0c71 3,310 1.00/1.00 vMB 30
776,561 776,561 000000000000000000031e96040d784adff3879eea0dc2c7533e24a709dab6e3 3,341 1.00/1.00 vMB 26
776,560 776,560 000000000000000000057fa7105a2dd80fcc2dffab468e409caa5db36ef4c836 2,091 1.00/1.00 vMB 21
776,559 776,559 00000000000000000002baea2c5c10fb2220885a7fb4863c02a42625e0b74ec9 2,209 1.00/1.00 vMB 16
776,558 776,558 000000000000000000025145d0f592908ea9139af5de1fa48dce0e9a64397956 2,474 1.00/1.00 vMB 8
776,557 776,557 000000000000000000039d091930c5b3cc660c4f246cfc66e49ebd677a4e7afd 1,587 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.81 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: 635.53 GB
    • Received: 12.31 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.