Loading Tool

Explorer IconExplorer

Memory Pool

68,657 transactions
26.23 vMB
0.06880113 BTC
Random Selection Loading Transactions
Max Size: 157.57/200 MB

Candidate Block

Mining Attempt 3ce35bbb522ba388bf05d9039d394d20258fe61358151baca4dcce51388fec04
Version 20000000
Previous Block 00000000000000000001b6180953ba237da99d2589400732ee189435ab9bc3e8
Merkle Root 772db5e4a0252262a11d8e19074730d8cecfd736d48e97d5b3cc8de95018ce56
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,344
Size: 1.00 vMB
Total Fees: 0.01311560 BTC
Feerates: 150.80 > 1.31 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,491 (844,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
71,189 71,189 0000000000a6798a2d6ceedcbc12de590f31c8274f0713928119d967923f3cce 2 0.02/1.00 vMB 0
71,188 71,188 00000000010b44a74687c2478ab04679b7d408825d7c0d633aad3979de3029db 3 0.00/1.00 vMB 0
71,187 71,187 00000000009f0c3c9495d4ab4c7bd6afec19529f3d7f70810d74effb0a704e82 2 0.00/1.00 vMB 0
71,186 71,186 000000000059dc948f09d44bb4406bfd8a71d45e00f3869226dd598ffaf559e8 2 0.00/1.00 vMB 0
71,185 71,185 0000000000099858453a7b555cef11e8e957846eaeb5d1dab06e27384deb18e6 1 0.00/1.00 vMB 0
71,184 71,184 0000000000f02d2126f18d1ad24745b04f7e5b0de07044d78c924dec4083412a 2 0.00/1.00 vMB 0
71,183 71,183 00000000010483fb4f85d59b38b0ac6571778d4cbdd2271b2cded86c55a93358 1 0.00/1.00 vMB 0
71,182 71,182 00000000003648473d63a09ce010fa960851553513d8970bc8fe5a0d67766f7d 3 0.00/1.00 vMB 2,403
71,181 71,181 0000000000b649cbc3148485c963de996fdf1ed4604db942244ca6f2925fd7f4 1 0.00/1.00 vMB 0
71,180 71,180 0000000000c3fb8c5bcfb3ef469159c1b674e652ea50b09aeda493ccc2df8507 1 0.00/1.00 vMB 0
71,179 71,179 0000000000b78568fb7ff63ea3e8f3286cbe04c9a564c0ae835e65b287469d12 2 0.00/1.00 vMB 0
71,178 71,178 0000000000ac6cef9372fbe7678d39ab81921e11e972a11da153aaa84a4dc6e6 2 0.00/1.00 vMB 0
71,177 71,177 0000000000bac291ef5965fdbc9eca1a9d89a5ee283dd4a72b3861a36ed74807 1 0.00/1.00 vMB 0
71,176 71,176 0000000000f289234243b4ac92dca63ddfbe2258c98fd79e8b9c5d18c6831954 1 0.00/1.00 vMB 0
71,175 71,175 000000000044f6e70dd5eb6dc48c0037ea47003f2bd69bcdff1ab00f6bf4f8f1 1 0.00/1.00 vMB 0
71,174 71,174 0000000000e64ef3f0d6c8261b197e6217f415d51ff3bb42b6f317b6a687ed95 1 0.00/1.00 vMB 0
71,173 71,173 0000000000bd6cd1e6bf874c1a20e9a09773a2f440f7bdffc4cb9c27a644845f 1 0.00/1.00 vMB 0
71,172 71,172 0000000000f18eeca8b844440a91abd517226508dc02cfb6c6ee91e876fc7f17 2 0.00/1.00 vMB 0
71,171 71,171 00000000000590b09ae093689c2fa334d9b842db9edcdc195e3a314781c0e447 1 0.00/1.00 vMB 0
71,170 71,170 000000000009c183e0d23e184efe70ae8ff2b974f00b0489d595b27868b7a39d 1 0.00/1.00 vMB 0
71,169 71,169 00000000007bb9ddb8aa79d41c4c1d7de35b7c3b2810e8439013a52e2cb9c1ae 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.25 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: 761.58 GB
    • Received: 19.12 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.