Loading Tool

Explorer IconExplorer

Memory Pool

46,659 transactions
28.77 vMB
0.07264998 BTC
Random Selection Loading Transactions
Max Size: 153.36/200 MB

Candidate Block

Mining Attempt d59ada7da4a915bd0fc3f8660e251fec008133b0c69f868f202132d6cf108478
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root 492c92a0f8a51905a282ce95aba1d138e406617a263751fa22641ca5df871c6a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,068
Size: 1.00 vMB
Total Fees: 0.01798055 BTC
Feerates: 73.20 > 1.80 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (906,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,501 8,501 00000000e6608bf9e2f018f1534a0e9ba82ba0c40eefebc144312fcd8e3e0abd 1 0.00/1.00 vMB 0
8,500 8,500 00000000aba1f720821fac035481e72eb918c138372260627a3a976aeff59226 1 0.00/1.00 vMB 0
8,499 8,499 00000000da2e3ba930cf4e8ed7a2a4f26595083ddc4e1fa56320bdc69a1b1ae2 1 0.00/1.00 vMB 0
8,498 8,498 0000000019db297501a3a2deb4c5d78238b677ab5fd5a15d6db94ff7861d4325 1 0.00/1.00 vMB 0
8,497 8,497 00000000746f6bca4d7fb62aaca814a7847937b878b6f256f63d2c569fc96de1 1 0.00/1.00 vMB 0
8,496 8,496 00000000705189678f41af8579233325e1df6112d8fc3d4e5e2667931b437e36 1 0.00/1.00 vMB 0
8,495 8,495 00000000835b3057385da02d39b2e0cac7a417d41f75036f6a48135e2287682a 1 0.00/1.00 vMB 0
8,494 8,494 00000000597c74ad4e5770cf0ff3a0463822b9b971d11f81b6371a19d6d76331 1 0.00/1.00 vMB 0
8,493 8,493 00000000eed6a2ca4d16b68cc38d981555de070f46e6673b018f123f0d967554 1 0.00/1.00 vMB 0
8,492 8,492 00000000714d217e19d52f46a9073f2cf20adf99f963e91bbcd3c13ca5a170b5 1 0.00/1.00 vMB 0
8,491 8,491 0000000087fdbfa68b4fa9c6f27f8bc41352b2eed8bc281c4c74e868bacdfbac 1 0.00/1.00 vMB 0
8,490 8,490 0000000006ff36ecbe0777cc448dae54c82182d4cdb3845fb5082289ad6e3626 1 0.00/1.00 vMB 0
8,489 8,489 000000005c7347e53208461ec227ff3ed52741a1adacb9f6e590e96c34cad900 1 0.00/1.00 vMB 0
8,488 8,488 00000000cc38146771a93a6025cffbcbdd26e106a9ce76dbe4c8bd8224e0a05d 1 0.00/1.00 vMB 0
8,487 8,487 000000009b1f8113a6b692738f264a8c2b2615bfc1c68062828d13e3cec82e04 1 0.00/1.00 vMB 0
8,486 8,486 00000000a100c2683a24dce9baa57ea903133e25915b91f8b92fa69c0d24cef6 1 0.00/1.00 vMB 0
8,485 8,485 00000000872ef69168d41555abc68bfe1995e349bf2521093f9babaf95a1fbf7 1 0.00/1.00 vMB 0
8,484 8,484 000000005f8f454363f7fd78dd2bbff401a5d865639fddf48308014a936acd32 1 0.00/1.00 vMB 0
8,483 8,483 00000000bd044e01e409fe3e81f46d347684af1315802b0ace861d869bc818ed 1 0.00/1.00 vMB 0
8,482 8,482 0000000066ecd95009b387adb205ff97f50ace90b8bfd79825346336217b5ed7 1 0.00/1.00 vMB 0
8,481 8,481 00000000bbcf0f70ad511e58f5495e5d508e2150c62d49070f77731cf118e96b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.11 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 652.01 GB
    • Received: 13.68 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.