Loading Tool

Explorer IconExplorer

Memory Pool

58,181 transactions
19.43 vMB
0.06231460 BTC
Random Selection Loading Transactions
Max Size: 121.94/200 MB

Candidate Block

Mining Attempt 7b86ba0e90d8364560ed14bc191f7df616016275a9789c25886873cd51506b67
Version 20000000
Previous Block 000000000000000000006ecf034944f47b7b5a79683103ae0909df4844308016
Merkle Root b696df89305b183d42d3befaae739b4372898c31a40e8047cf91a2e4fa0db58a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,638
Size: 1.00 vMB
Total Fees: 0.01826628 BTC
Feerates: 318.30 > 1.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,693 (855,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,704 59,704 000000000dde3e3afac846ac5c3b8bbaf8879100c832d60deb79c2a27f66efca 1 0.00/1.00 vMB 0
59,703 59,703 000000000a1b083f5faed974c4825959c792bb557d08be7dec16f96a1ac67e96 2 0.01/1.00 vMB 0
59,702 59,702 00000000066bd3990b82e39717182914c8bc88209a1f8561c606e6cba24ccae3 1 0.00/1.00 vMB 0
59,701 59,701 000000000f2ed8035e9c99f88c7e8a45257e3237a5c3c16889b9520426091a96 1 0.00/1.00 vMB 0
59,700 59,700 000000000c9cf67130f3f41ad0e09fcc624c96b795bae954d9a31204213fa560 1 0.00/1.00 vMB 0
59,699 59,699 000000000b3e9266506e6fe2f9baeb69f5c186be988b6c52791565006af78a72 1 0.00/1.00 vMB 0
59,698 59,698 0000000009d1659af56a1e9d380bffa2d3b5da016ab885d8ead9149573b485fe 1 0.00/1.00 vMB 0
59,697 59,697 0000000009dc0489fc9836f33a34cf8869b6db3f5d6f31ec0caa2a0ca3615fd7 2 0.00/1.00 vMB 0
59,696 59,696 000000000de53c5723c0e8d73479f48f746d6a9b8966723916439fd127c52e8b 1 0.00/1.00 vMB 0
59,695 59,695 0000000003f9884378932a6a922b4c6d1ed6ea6954280cd7dddcab3fa0011ed0 1 0.00/1.00 vMB 0
59,694 59,694 000000000b5a4529ee6dae580bfa6c10266d55840d8da92f515f541bd67e2de1 1 0.00/1.00 vMB 0
59,693 59,693 000000000a72690fd8d6f752fc1aa08462f53d773f72a71bdfcab9e6e6261bbd 1 0.00/1.00 vMB 0
59,692 59,692 000000000d90a03938e9553e59c0e293fe43455731f4e471bb0662127dcd5341 1 0.00/1.00 vMB 0
59,691 59,691 0000000003e3dc6021726ef1564698900fc0ca2f04f77e3281e02f42127eb3f1 1 0.00/1.00 vMB 0
59,690 59,690 000000000251a691e17c371d50348ae0e2556acb2dafa9f959fcc152528a2d50 1 0.00/1.00 vMB 0
59,689 59,689 00000000093e7eebed92ada69aa1809ee0bdb4bc1ec3d7e35a9ff165bde1b6f1 1 0.00/1.00 vMB 0
59,688 59,688 000000000724a3af23424062b70e38e93c756f5520f91840648bcfe872715856 1 0.00/1.00 vMB 0
59,687 59,687 000000000ebdd18899065c9eec2de0d34623a7c4adfd01368d74386411a43f44 1 0.00/1.00 vMB 0
59,686 59,686 0000000006269bc97344393410a0ccbb72d3ff6723ca35abfcaa1d4b78792887 1 0.00/1.00 vMB 0
59,685 59,685 0000000008ef7b2c103dc7f03394a793494894794180f09e1ea06586ffc465bb 2 0.00/1.00 vMB 0
59,684 59,684 000000000af0ebd282392f868dcc15fe2a0ecb2ecdf0c260d5a1d635933234ff 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.58 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: 774.87 GB
    • Received: 20.75 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.