Loading Tool

Explorer IconExplorer

Memory Pool

9,877 transactions
3.67 vMB
0.01534882 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 22.04/200 MB

Candidate Block

Mining Attempt 6728306a988b1e00e479712e492b3dbf27dee6e531bcc6fdcdab0febe180b65f
Version 20000000
Previous Block 000000000000000000016f7fde1bd2fceaf41f3015c117cc3f2f9aeb4fba8aed
Merkle Root 0922705d4e5786d6810998e6c8f37bd1e90592320e298949fedbf86868825b98
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,767
Size: 1.00 vMB
Total Fees: 0.01134129 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,497 (769,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
143,572 143,572 00000000000008d05c1d8fd4c5003cd57416e2ad5426868bb376b8719416e9bd 16 0.01 vMB 201
143,571 143,571 000000000000025ba3437fcccce1b6f3728f37838c723d22dc3d6d781d9d53d1 34 0.01 vMB 164
143,570 143,570 0000000000000479ec122d9753163c8cf64e9251d31f9974f21cbb539585f7c7 40 0.02 vMB 129
143,569 143,569 0000000000000129b8f7f3e1a41887c867aee7fd410486554b5a7af4f7447dc9 4 0.00 vMB 114
143,568 143,568 00000000000002e5a0285710f2d316a179a18b78c045f5597460f4d099926f0e 61 0.02 vMB 144
143,567 143,567 000000000000093620a6a0f6562807446e0cea44a88d93f3df70d1f54e7117c7 21 0.01 vMB 286
143,566 143,566 000000000000008debaa3ee83615a29de8b1eb25154039849b2d2650ea989ffa 106 0.03 vMB 74
143,565 143,565 000000000000023653b6ab1aec7c4107c4c713437b6c50d179cdf966a4ccb155 25 0.01 vMB 160
143,564 143,564 00000000000000adbff81366264ff66d2aefab9d74acf6b504b89a9385e2dcad 12 0.00 vMB 359
143,563 143,563 000000000000031b73de119f187dea4de59b1372af66d5ec235cdf0899148809 13 0.00 vMB 304
143,562 143,562 000000000000010266629dbb797673095ba9e1c4bb38e12ea32ccaef565e7fec 109 0.04 vMB 224
143,561 143,561 000000000000008f0229342e09a1de64fbca8a088b129c03a33b93d77473614c 78 0.03 vMB 192
143,560 143,560 00000000000008a90ffd167541cd606821835a819881860e5a303b3b2e5c69d1 6 0.00 vMB 51
143,559 143,559 00000000000008d32cda51b016ccceb9c6e0a6d7b978d42a075b5f2c3e4d4570 6 0.00 vMB 40
143,558 143,558 0000000000000352deb644dce492aee064d3684fe445fcefbea57b282e7f986b 10 0.01 vMB 50
143,557 143,557 0000000000000628b7a91bf2f09e266913c458977850fae7bd53cdd4af081ce4 5 0.01 vMB 948
143,556 143,556 00000000000005571fe801e079a20834baccc370b3476a82dd3423e7d6d83351 25 0.01 vMB 321
143,555 143,555 00000000000007358414813d836826ceb4b27384bffac3210fc2cad800c7fe9b 3 0.00 vMB 0
143,554 143,554 00000000000003176b726ea62ff9dda16ece782a5edc184a59159f4b826cf92e 137 0.05 vMB 28
143,553 143,553 00000000000008677f5ad65272bd515b0d440f70fb0c6efdd4bb19626e4b5e7d 15 0.00 vMB 52
143,552 143,552 00000000000008209287a936d10c94e6544fbe66b726af26dd13552a897cecd9 25 0.02 vMB 218
Previous 10 blocks ↓
Total Size: 779.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 366.54 GB
    • Received: 1.77 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.