Loading Tool

Explorer IconExplorer

Memory Pool

11,114 transactions
3.81 vMB
0.01162774 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 23.35/200 MB

Candidate Block

Mining Attempt 9540b492f66918c83d3a01aadebd4abb49200abb1bd0be3f97ca6193c93782b8
Version 20000000
Previous Block 000000000000000000005e48657bcfe345fc6b7394e4c436ca67b2ecba5b4fc1
Merkle Root 00ab464e7fd4df01313000d617884646b2898a5a3f3164617808fd09faa8c5b5
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,454
Size: 1.00 vMB
Total Fees: 0.00691988 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,488 (718,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
194,586 194,586 000000000000012ca0c8814d292306ff6a2949d6347de514d0c864b381656f1a 8 0.00 vMB 0
194,585 194,585 000000000000037db99b4bee45b4ef63ce89e0a36ee0fccf49e633a3c31e841a 841 0.34 vMB 125
194,584 194,584 00000000000001ff8113d33dee1694fc0aa722e8d57a732193618de23524c44f 658 0.25 vMB 155
194,583 194,583 000000000000049f1de2f3a7a1b331df4bdb96083f7f4e5f8af7648a466f9611 669 0.25 vMB 149
194,582 194,582 00000000000006e9afe868d45da81b200ec1be43032f2c242eb0aae8023e9f99 158 0.07 vMB 126
194,581 194,581 0000000000000410a8272a757a4a8cfbe90affcb6274c81d7fdb6fa4291b23a5 129 0.04 vMB 10
194,580 194,580 000000000000004727271c023586118fa8d216dde91395834ec7222438176179 1,024 0.47 vMB 113
194,579 194,579 00000000000003c60d1ce81f51023eb653c9e2a46a371fb2fc9d71f71333b5e4 12 0.00 vMB 0
194,578 194,578 0000000000000203d75a9bd60c3d6817a24e06944888a527410b7c0394ebe0ae 223 0.16 vMB 87
194,577 194,577 00000000000004eee7e6529c9e31f3b7d8cb214b5b9bd1a302aa25c5ed286bec 743 0.25 vMB 149
194,576 194,576 00000000000004c0de5a3f0ffbd322d72b7229bd8d04f4ce3a5cca5c807751ea 656 0.25 vMB 132
194,575 194,575 00000000000001b10c347b5ec05f9a1910d541905c5cd8827784a5c3e0695c95 193 0.05 vMB 18
194,574 194,574 00000000000005ac50dc06021362cd4c284fafd4a1bdb7bad2849c978a875bb1 11 0.00 vMB 14
194,573 194,573 000000000000015baaa340292d529c73815755b42e7576850bf0e800ddf370f3 483 0.42 vMB 87
194,572 194,572 000000000000062d9918998644d200bf211ba34740186e1c9f4770f0c695dad3 113 0.05 vMB 149
194,571 194,571 000000000000028e9c4ba7232eb4ea657db5e67d8db03570da7d2c9b5d383061 259 0.25 vMB 89
194,570 194,570 000000000000058ed839bc95e90ca4e24dd59fc5c00bcfe070fa0b53a0783ec1 8 0.00 vMB 0
194,569 194,569 00000000000007296eb8fb944b847217c9547b027968b13115e3250250a8a71d 255 0.25 vMB 82
194,568 194,568 00000000000006e2295827924b4fd0cef88e9916aee0c7769362e4cab08eda8e 512 0.17 vMB 47
194,567 194,567 00000000000002f4f2241e8db34b611703c21d7c974cfa9325c0851153cb8534 114 0.05 vMB 65
194,566 194,566 00000000000004f35f6645bf6a633c4c3822f3a8c071c2e4d8272316130fd9c6 9 0.00 vMB 52
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: 10
  • Data Transfer:
    • Sent: 362.23 GB
    • Received: 1.73 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.