Loading Tool

Explorer IconExplorer

Memory Pool

8,177 transactions
3.40 vMB
0.00857661 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 19.78/200 MB

Candidate Block

Mining Attempt f71697de2f3b4782fd08cb341561349dd661bfa44bf7f8036f94545546c26db3
Version 20000000
Previous Block 0000000000000000000066e597de55a15db8b78d84fc2ca94be16924a847b593
Merkle Root f266cbbe412d425f61472ae0133c100102d865792f4b7429a22706a54489ab2e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,586
Size: 1.00 vMB
Total Fees: 0.00537616 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,484 (766,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
146,714 146,714 0000000000000983411dacb91e57e9dbbe3392a914bc7b90724463fb3a55a768 8 0.00 vMB 403
146,713 146,713 000000000000009621eaec4b90edeb6c7e86465aa48b778adde003c0f4f67c2c 6 0.00 vMB 155
146,712 146,712 00000000000001e66f1a66ee9782903c1eee793f54369fd6c753629edb3fc079 10 0.01 vMB 14
146,711 146,711 00000000000009336dd9d13e9fe544ab86ff946564edffe927b0cb652f03696a 43 0.01 vMB 48
146,710 146,710 000000000000000e45c10ea7ccd1def4184007de86e73b0b518feadf359394fd 9 0.01 vMB 7
146,709 146,709 0000000000000133db735966cab9bb15b9ee94a63b3db8567204a1617a312976 23 0.01 vMB 168
146,708 146,708 0000000000000779f3aac8cf1e7b3da9abea7dcd7c0c9e19c1334bcd97efba64 25 0.02 vMB 41
146,707 146,707 0000000000000670f12869e0a95f02813d1d28a282b54040b949bcc46da3a442 18 0.01 vMB 0
146,706 146,706 0000000000000814c5951f926e336902c1f598405a3fdc85e7680d24cb1081fa 43 0.02 vMB 538
146,705 146,705 0000000000000635d8802dba9f3cbace115e26922a272ef2823db1c430a57ce7 24 0.01 vMB 101
146,704 146,704 00000000000006912ec70ad6565a522ea521b539f6ad864d89cb8187f18544bc 145 0.05 vMB 64
146,703 146,703 00000000000003e745d530889605d503de21d20845e81e7a3f99c4c9ad09678a 53 0.03 vMB 105
146,702 146,702 00000000000007dc7642644dfd10ae8bf1a03b10241861515819d64451594575 36 0.01 vMB 13
146,701 146,701 000000000000080db9365552d4982ce23bf0f3ae450f265edb6054162cf9bc5e 76 0.05 vMB 442
146,700 146,700 000000000000033d610725cebf5570bf40573bd0f1f1669d85ce65d363054b5a 30 0.02 vMB 101
146,699 146,699 000000000000092752961a0a42995151a071046e29d8c22b0b8587e949529ace 150 0.05 vMB 193
146,698 146,698 00000000000000f538522e9b291e4cae93986753545d06184c2762e914739df4 40 0.02 vMB 264
146,697 146,697 00000000000006c5cd70e9976cb284769540decbb4dfd7bbc09c87ea52b175e8 10 0.00 vMB 15
146,696 146,696 000000000000085b6098125c14ec30ee92192d2cff14694b2b9d4d0234073418 15 0.01 vMB 75
146,695 146,695 0000000000000472688ba4a55bb8ecc8f037ff577b738d32ca59dd15c4b06923 7 0.00 vMB 0
146,694 146,694 00000000000006e5ea79cd7b7dbcf2f10c4cbc927e24a628969ac94d81940ddc 101 0.04 vMB 2,148
Previous 10 blocks ↓
Total Size: 779.71 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: 347.86 GB
    • Received: 1.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.