Loading Tool

Explorer IconExplorer

Memory Pool

91,551 transactions
34.61 vMB
0.29072361 BTC
Random Selection Loading Transactions
Max Size: 199.74/200 MB

Candidate Block

Mining Attempt 691c3c7710efcb7ade6e274860f7b6d6436e9f4ab31ed47face4afe25be5598e
Version 20000000
Previous Block 00000000000000000000bb3bc41843719fe36e9ccf594ee58bf79ac5f82daed4
Merkle Root 1fd5ccfc2c0ad25e4abf0949dbe55c2caa44ca119ce3f315d831f89726d7ced6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,945
Size: 1.00 vMB
Total Fees: 0.06762897 BTC
Feerates: 168.26 > 6.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,638 (865,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
49,686 49,686 000000000f80c216f848a9c122058a1daf1d0d84f9a3dadd0b16b68358f4bcd7 1 0.00/1.00 vMB 0
49,685 49,685 000000002658593239f4e6260389d8fddd274f4563e338055e15400aeceffa88 1 0.00/1.00 vMB 0
49,684 49,684 000000002452922491654d9f7eb17e5d3402f496a56d8c253845cd4945c6738e 1 0.00/1.00 vMB 0
49,683 49,683 000000000841ad1582186fb35f93ddb3e102f2b5af719f5517ce8b1ab69729e6 1 0.00/1.00 vMB 0
49,682 49,682 0000000017e3ef45f95a4db9850f7019839303b533cb9deb6fcbb547a8373d5b 1 0.00/1.00 vMB 0
49,681 49,681 000000000070b9e6258b600378441c6ff7bfc4d46369e37f620470988acc006e 1 0.00/1.00 vMB 0
49,680 49,680 00000000091088a8a24748a6ad7e0fd4912cbb176a7f1c107eb3fcb630c08504 1 0.00/1.00 vMB 0
49,679 49,679 000000000462e83e5a5dffcd4a625b66905c57596f7b2473f0c0ec0b744ff4cb 1 0.00/1.00 vMB 0
49,678 49,678 0000000013499417a51646bb79d180ece4167c79c3c496645fcc39becec01ed0 1 0.00/1.00 vMB 0
49,677 49,677 0000000011e839688c73c59d59b571dd5da73a5834318d2295d6bd1b2a20d63d 1 0.00/1.00 vMB 0
49,676 49,676 00000000168b2c80bdfcf5ddb89877c2e8d9b3b5788e1f31137884d2fca37c2c 1 0.00/1.00 vMB 0
49,675 49,675 0000000027262a85669130184606515f29acff36f2264f2383287a65ac1e2be9 1 0.00/1.00 vMB 0
49,674 49,674 000000002519a4d05ddc5a6c63a1fe1ea69bbe8161c99e6d465dabf5346eabdc 1 0.00/1.00 vMB 0
49,673 49,673 00000000043b959fdcfabf8cd77c4021b992cc0d42e8daca0928079665866599 1 0.00/1.00 vMB 0
49,672 49,672 000000000c4ef23d123220afb546c0e6ff5c252b9a4bd75da19a8d4497593fe8 1 0.00/1.00 vMB 0
49,671 49,671 000000001750c31044091d71cf44ac98b6e5890637d4a6e701b375987fa207e1 1 0.00/1.00 vMB 0
49,670 49,670 000000000623681ea54b0ed4ebcc780413eb33500b8421fcca14cf8b59007989 1 0.00/1.00 vMB 0
49,669 49,669 0000000011ec377c3743b8329001abeea9eba623773aadbdd25a94259420dd6e 1 0.00/1.00 vMB 0
49,668 49,668 0000000006c34776e15207dfdf8214f16e6e174d53d064418020177a054d5262 1 0.00/1.00 vMB 0
49,667 49,667 0000000024d49bd055a88f97ea39ade6c9e9db095c5e311c153ea8a42a8ea073 1 0.00/1.00 vMB 0
49,666 49,666 0000000002596b484e6eca0c815bc852b990f97bece83c352313d8e20c71dd34 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.49 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: 773.02 GB
    • Received: 20.38 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.