Loading Tool

Explorer IconExplorer

Memory Pool

17,051 transactions
7.86 vMB
0.01930840 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.21/200 MB

Candidate Block

Mining Attempt b5dabdb8668ce51bfbf016c22f00dcb71b6eae544afdc411f9f4867d5a1749a8
Version 20000000
Previous Block 0000000000000000000073e87c7593ac94984accff3246b54900ac860adbb72d
Merkle Root f05a99c84ac82f0bc3aefab1679a7ef99080e602058490b3f4da7928aaf16691
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,028
Size: 1.00 vMB
Total Fees: 0.00310747 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,399 (738,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
175,009 175,009 00000000000005d66a1103dc4d64f869f67f9c182081ee47b481dc79232e8cb0 69 0.02 vMB 0
175,008 175,008 0000000000000295214c4fe542572893f187c9f17685709615929744c07750f8 10 0.00 vMB 53
175,007 175,007 000000000000087072742f974e6ddd40d4f705d9946a3a958e2c00a5408c7ab9 20 0.01 vMB 38
175,006 175,006 0000000000000077b6a38b138c63c0f5f1faca0e773d1475e781505b5d7b9013 1 0.00 vMB 0
175,005 175,005 00000000000002acd7d56ff99f8b30b2ca90abe9c66190e50f4fc6a25f7536f6 46 0.02 vMB 20
175,004 175,004 00000000000006dbdcd44e6d8a274440d02c66f0d1611be942d849d30745fd61 93 0.07 vMB 136
175,003 175,003 00000000000008571c1f5e4a94d3d3e2988a4294fb17e4673b2303b278831304 10 0.00 vMB 353
175,002 175,002 000000000000091396c548210b9e78a829eb8d78cebd529b2cfdf8971b0fdb3a 11 0.00 vMB 33
175,001 175,001 000000000000079d059869f828411b00fc556b27b2425b78d341a9cbd6d87b28 45 0.03 vMB 61
175,000 175,000 00000000000006b975c097e9a5235de03d9024ddb205fd24dfcd508403fa907c 64 0.03 vMB 25
174,999 174,999 00000000000005234ab5bd9eef328069037a94ba4ac25e86dd4d02a8cd4595c8 54 0.04 vMB 89
174,998 174,998 00000000000006cf7b024908cc9a1b8b401ac45475065588b1413147b3035eef 25 0.01 vMB 149
174,997 174,997 0000000000000222dd2cdb5078741d44d1ede01215a5ee0889189f62865ba569 154 0.05 vMB 79
174,996 174,996 00000000000001a453e82dec573b90893626ef6cf34fb91c9cdf668e5310185d 63 0.03 vMB 271
174,995 174,995 00000000000008916e3d09c7fb6e3d449a8ad1da154e6147ae01f7b2076820d5 30 0.02 vMB 54
174,994 174,994 000000000000026a864e8214af682aca23ca420fd1ee07945c790284d347924f 21 0.05 vMB 58
174,993 174,993 000000000000054ddaeefd031f51f74234a4ff7158dfc22eae3782eff7445e2b 61 0.02 vMB 129
174,992 174,992 00000000000008a302b7dc18b511ca4b8c4f4915b722cc4312a8783bbd4e477e 56 0.02 vMB 22
174,991 174,991 000000000000060c7a264f52205168ec876b130a1fe130c1569426991c098ec0 51 0.03 vMB 84
174,990 174,990 000000000000037728a39690861cecb0a0fd7408061c5620b5cc92212becca3e 132 0.05 vMB 207
174,989 174,989 00000000000001ab262ec75663fb9b2fef09f5c9ed159ba368ecdbcc2b08ee47 18 0.02 vMB 189
Previous 10 blocks ↓
Total Size: 779.56 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: 263.75 GB
    • Received: 1.01 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.