Loading Tool

Explorer IconExplorer

Memory Pool

73,747 transactions
28.21 vMB
0.06821807 BTC
Random Selection Loading Transactions
Max Size: 167.69/200 MB

Candidate Block

Mining Attempt 705ecae0973b349ac246ec9c4904a8eac71a93b515faa797df2bd1a8e4947be3
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root 28d84299d6177b862f2a2e08282fed3326fed30c5e70bde28772f0d400f74dff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,646
Size: 1.00 vMB
Total Fees: 0.01175488 BTC
Feerates: 101.62 > 1.18 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (297,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,686 617,686 0000000000000000000ece22af61f5faa4ff0b43b7edb7d335467a2e17a335f5 1,295 0.45/1.00 vMB 18
617,685 617,685 0000000000000000000eb226d0a59651ff2c5151c95aa880a6d10d95800cab29 172 0.12/1.00 vMB 38
617,684 617,684 0000000000000000000ae32181d1114f1b33e70f9aceaf3e17e89840fa60c914 2,477 0.68/1.00 vMB 24
617,683 617,683 0000000000000000000f5dbd7df9e9f98384b7b4c06022a36565089e200f55a3 841 0.31/1.00 vMB 3
617,682 617,682 00000000000000000005c8c64bc169efce2d5767abf629bed7bfccbcac3d234c 3,487 1.00/1.00 vMB 23
617,681 617,681 0000000000000000000a499dab3c4f26e3f61d1f034b8fa2e5ebde3cec6a9ce3 1,241 0.31/1.00 vMB 22
617,680 617,680 000000000000000000015e04ebb4912bfc7b7a5d40bcd11e76938b43cb53b131 2,154 0.69/1.00 vMB 4
617,679 617,679 00000000000000000006a4114d96136adae54abae4199807cd6f2d4c6b3c4997 3,538 0.99/1.00 vMB 19
617,678 617,678 0000000000000000000301be10081b08e5eefd70960f84113a985fdf95187484 2,615 1.00/1.00 vMB 6
617,677 617,677 0000000000000000000c33cb302370282e79389183407bbe19c031b422d2a45d 2,563 1.00/1.00 vMB 18
617,676 617,676 00000000000000000008f56d23e84256c8424f9349eb3199e116c237e7735087 3,545 1.00/1.00 vMB 28
617,675 617,675 0000000000000000000bf6832aba39c5b95758aae8f8ddbd86d217b5ce76bdab 3,115 1.00/1.00 vMB 44
617,674 617,674 000000000000000000063756e717d18df4c791a26d01c762e69c9afbf89ab950 2,250 0.91/1.00 vMB 21
617,673 617,673 00000000000000000008e2a6ff613ea52bfc5920bd981f8e7a4cdd2afaf44e20 2,246 0.67/1.00 vMB 17
617,672 617,672 000000000000000000043e1a928079d3bd847cb893c92fd71d641110c1496c1f 2,174 0.65/1.00 vMB 11
617,671 617,671 0000000000000000000b4209822e1b80ad487c058b934ec78a88ee9dccd14359 2,796 1.00/1.00 vMB 11
617,670 617,670 00000000000000000001c4d7dc8cdaf047d3950760042f72fbf9d258cf3113b6 2,948 1.00/1.00 vMB 27
617,669 617,669 000000000000000000047191dcacb6c3cfff1f1785041daf16e1728c728f4cda 2,630 1.00/1.00 vMB 6
617,668 617,668 0000000000000000000c4aeae576468501099a62229ec96de54baf1a857d98e1 3,020 1.00/1.00 vMB 35
617,667 617,667 000000000000000000012b237e5a0d7ac199a30eab24ed87386b0868bd93a785 3,083 1.00/1.00 vMB 15
617,666 617,666 0000000000000000000d756fc66f24bc413e502f281f6add96c128f22b9126ae 3,490 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.51 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.67 GB
    • Received: 15.55 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.