Loading Tool

Explorer IconExplorer

Memory Pool

71,708 transactions
27.77 vMB
0.05998149 BTC
Random Selection Loading Transactions
Max Size: 164.62/200 MB

Candidate Block

Mining Attempt d66eb7d84fe1371256e8d51fa172b203d046ce1a06d3df4e52ea15a579b9d0ec
Version 20000000
Previous Block 00000000000000000000a6021cd756592116928201db218641aa213304cf81b0
Merkle Root 86aef9211975dade1b443351664d6faade517bf392637c8fce91d140ec1e0119
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,801
Size: 1.00 vMB
Total Fees: 0.00466082 BTC
Feerates: 21.55 > 0.47 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,034 (158,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
756,503 756,503 00000000000000000006d2b5ededa6a331f53745a393bd7cc0b2f0dbf5438614 1,151 0.52/1.00 vMB 10
756,502 756,502 000000000000000000050aea954f812321ba27a99114a78156acc479850430dd 164 0.29/1.00 vMB 1
756,501 756,501 0000000000000000000202cc373a77b4fac07a2a0d76cd919a5854f6886fa3a8 1,994 1.00/1.00 vMB 3
756,500 756,500 0000000000000000000268a9d7c8046f68a98a91ea8d3bbe060fd305d5486c83 2,618 1.00/1.00 vMB 18
756,499 756,499 000000000000000000087c7b60562824fc6ef3d74593ae9f09a4c8087f42741b 1,498 0.50/1.00 vMB 11
756,498 756,498 0000000000000000000151e9828aa4f5f791953b953361ec3889e27e9f953cc6 12 0.01/1.00 vMB 8
756,497 756,497 000000000000000000045874c325aae83151749a0987ea69ad4b006dacaa6963 710 0.30/1.00 vMB 8
756,496 756,496 000000000000000000009aa7359fdfe5ceb35de02924c6eb7c9fdb53697efece 1,228 0.68/1.00 vMB 8
756,495 756,495 00000000000000000006a211ba46045e0e3d83b538c2b7def52a40bea7a7ec69 1,168 0.70/1.00 vMB 8
756,494 756,494 00000000000000000008ce8c27a903610f4402d9342213fa3287354e229caad7 754 0.24/1.00 vMB 11
756,493 756,493 000000000000000000038c22078281df19f5c7ac30928c1ae272f40a59f65901 961 0.47/1.00 vMB 15
756,492 756,492 000000000000000000079d0893c74a1c4789cde1304fdf45a5103d5073f341cd 486 0.56/1.00 vMB 4
756,491 756,491 00000000000000000003edad79cda5b1dcfc40eddfdd82d8bf3a45a596da8bb3 1,733 0.98/1.00 vMB 12
756,490 756,490 00000000000000000008f73a87c582d402a41593432ccdff756dfa170686ad5b 767 0.28/1.00 vMB 22
756,489 756,489 0000000000000000000457b2454f04d5adea4459ab0478e7e2e3c12f3bf544cb 437 0.18/1.00 vMB 13
756,488 756,488 0000000000000000000304ff64174222ec5430c63fbfb23c82c5ee950c1e5f0f 703 0.23/1.00 vMB 11
756,487 756,487 000000000000000000086b49b8ef039c23d0d63fe9750dfab4166e223568c27d 1,594 0.73/1.00 vMB 11
756,486 756,486 00000000000000000008f02e7af172571b2757fa19332dceec6471bac58f4ea4 244 0.09/1.00 vMB 13
756,485 756,485 000000000000000000057d500c32cf824598f512bff8cc04480d8412d0503f29 771 0.25/1.00 vMB 13
756,484 756,484 00000000000000000008318032903c358c59156983cbf5f4a93d429b29e96342 841 0.44/1.00 vMB 10
756,483 756,483 00000000000000000005e1e60120b17065c3209103837437e5d7f242d37a140d 627 0.41/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.45 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: 666.96 GB
    • Received: 15.24 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.