Loading Tool

Explorer IconExplorer

Memory Pool

26,159 transactions
6.49 vMB
0.08325180 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.70/200 MB

Candidate Block

Mining Attempt 36ea703d07ef677cb32b4ff6c0d117c200f4f2b43439604e56f638feff375371
Version 20000000
Previous Block 0000000000000000000127de1c64e8de7d91807ecd12e8ffce55889336217812
Merkle Root 25c04bc328d10d49f885d297434594dd2afd25f15a1fe6c71adc85482f366467
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,067
Size: 1.00 vMB
Total Fees: 0.06341780 BTC
Median Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,195 (718,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,583 194,583 000000000000049f1de2f3a7a1b331df4bdb96083f7f4e5f8af7648a466f9611 0.25 MB 669 149
194,582 194,582 00000000000006e9afe868d45da81b200ec1be43032f2c242eb0aae8023e9f99 0.07 MB 158 126
194,581 194,581 0000000000000410a8272a757a4a8cfbe90affcb6274c81d7fdb6fa4291b23a5 0.04 MB 129 10
194,580 194,580 000000000000004727271c023586118fa8d216dde91395834ec7222438176179 0.47 MB 1,024 113
194,579 194,579 00000000000003c60d1ce81f51023eb653c9e2a46a371fb2fc9d71f71333b5e4 0.00 MB 12 0
194,578 194,578 0000000000000203d75a9bd60c3d6817a24e06944888a527410b7c0394ebe0ae 0.16 MB 223 87
194,577 194,577 00000000000004eee7e6529c9e31f3b7d8cb214b5b9bd1a302aa25c5ed286bec 0.25 MB 743 149
194,576 194,576 00000000000004c0de5a3f0ffbd322d72b7229bd8d04f4ce3a5cca5c807751ea 0.25 MB 656 132
194,575 194,575 00000000000001b10c347b5ec05f9a1910d541905c5cd8827784a5c3e0695c95 0.05 MB 193 18
194,574 194,574 00000000000005ac50dc06021362cd4c284fafd4a1bdb7bad2849c978a875bb1 0.00 MB 11 14
194,573 194,573 000000000000015baaa340292d529c73815755b42e7576850bf0e800ddf370f3 0.42 MB 483 87
194,572 194,572 000000000000062d9918998644d200bf211ba34740186e1c9f4770f0c695dad3 0.05 MB 113 149
194,571 194,571 000000000000028e9c4ba7232eb4ea657db5e67d8db03570da7d2c9b5d383061 0.25 MB 259 89
194,570 194,570 000000000000058ed839bc95e90ca4e24dd59fc5c00bcfe070fa0b53a0783ec1 0.00 MB 8 0
194,569 194,569 00000000000007296eb8fb944b847217c9547b027968b13115e3250250a8a71d 0.25 MB 255 82
194,568 194,568 00000000000006e2295827924b4fd0cef88e9916aee0c7769362e4cab08eda8e 0.17 MB 512 47
194,567 194,567 00000000000002f4f2241e8db34b611703c21d7c974cfa9325c0851153cb8534 0.05 MB 114 65
194,566 194,566 00000000000004f35f6645bf6a633c4c3822f3a8c071c2e4d8272316130fd9c6 0.00 MB 9 52
194,565 194,565 0000000000000779077c2ee50bb29614342892c50b7d334f197def184825a268 0.05 MB 111 117
194,564 194,564 000000000000058cc32cd229d1facb60956e590f6338c99e538537bc2ab470a3 0.14 MB 372 146
194,563 194,563 0000000000000134d7de5039fbc3fd7449135ef7bcee39d375c54de99642c531 0.15 MB 391 157
Previous 10 blocks ↓
Total Size: 779.19 GB

Node Details:

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