Loading Tool

Explorer IconExplorer

Memory Pool

28,398 transactions
9.34 vMB
0.09330508 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.92/200 MB

Candidate Block

Mining Attempt 58812eb9107f584398a01688bb67d28e585a9c6d0e60daf2c3e75fa13b6e529e
Version 20000000
Previous Block 0000000000000000000100c607e5fb02a3a79e6481631dfb85d36b8d3ee157d9
Merkle Root f3d8e9e900668cda01f078f459b37893e75f63656a9070d60c123b55cd2b24b9
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,423
Size: 1.00 vMB
Total Fees: 0.02485551 BTC
Median Feerate: 2.15 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,219 (764,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
148,882 148,882 000000000000080dfe0ed0e314613da041033b0d1d05557e78874aa0c20d4b6b 8 0.00 vMB 613
148,881 148,881 0000000000000311d57d9f40d13f7ea73f246d8b1cea84ffea77f7312280d48b 76 0.04 vMB 182
148,880 148,880 00000000000007496571550c1bef25c606a369c817cf471baa19debbefa09c53 33 0.02 vMB 37
148,879 148,879 0000000000000586a5dd51ce400803d1fb103d1fdace1055a5688a9d486a56a6 104 0.05 vMB 129
148,878 148,878 0000000000000205e8ef3c0a36893cb3067342d5035ee4f0fedc23af678470ae 94 0.06 vMB 156
148,877 148,877 00000000000001fe25c55e06e3b1611f35cead6ee003b86dde80f1603584e718 108 0.05 vMB 375
148,876 148,876 00000000000000fe19559712d082d3e68e4a2a09d1414b52e43b24ae419f5149 70 0.14 vMB 98
148,875 148,875 00000000000007f23d85531b3fb2685cdcd8e8f3c38cee1e1656ef6e96fe89bb 86 0.05 vMB 158
148,874 148,874 000000000000024894d03dff195e0f39310ef8c8b30d4f4620c7dc51d692c31e 67 0.04 vMB 150
148,873 148,873 0000000000000933aef8f7be448f6bad98e6696c790a6c3c2bbd626708e0fc5f 12 0.00 vMB 273
148,872 148,872 00000000000005e0dec77490daedc5e0d9283e586aa379f83e51595f98935e00 162 0.05 vMB 50
148,871 148,871 0000000000000756d372899a807fe450483a9840eae4828161e2bd82184e8611 74 0.04 vMB 144
148,870 148,870 000000000000040f2b55fe8a12dabd5ff834901c30bb0366090b473dfc885493 61 0.03 vMB 121
148,869 148,869 00000000000006bd0601588541fc05b9db9c0d4e0c1bcfeee445bc4568628a91 22 0.01 vMB 102
148,868 148,868 00000000000006a08a136edd3c78e396dfc5423f8a5168c5f60524efbbff168f 123 0.05 vMB 101
148,867 148,867 0000000000000798c34307176a80ade043cd197b6c7009c535c1e133c3b24976 9 0.00 vMB 872
148,866 148,866 000000000000018e056441595773d7f7c8818e78b419b12b4cef21dabb1ed9d9 3 0.00 vMB 0
148,865 148,865 00000000000005aaed91322b4f44cf0b5eb829aaa8e9c6a9adafbb23aaa2fb2f 43 0.02 vMB 91
148,864 148,864 00000000000000a00d3be762340ab69f024d1470ff19b40db014867e985be788 43 0.01 vMB 135
148,863 148,863 00000000000000e23b69074bf5a2b39ffe8aed5e409f514c5340df0869b7ba17 134 0.04 vMB 65
148,862 148,862 00000000000005e40857b4e0066aecc3a6fc976eeaf872957118b0d4d71bab20 36 0.02 vMB 91
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

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