Loading Tool

Explorer IconExplorer

Memory Pool

79,873 transactions
34.84 vMB
0.19134634 BTC
Random Selection Loading Transactions
Max Size: 194.13/200 MB

Candidate Block

Mining Attempt 3f05fe497edb425ceac300c82d31f13b7bd0fe3d4b10d9960b4c5e033fe3d591
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root 53dfb671ffdd2db86df2934920b23b85079f75c340d0d5b5b811249e68eb74ca
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,531
Size: 1.00 vMB
Total Fees: 0.05904823 BTC
Feerates: 477.45 > 5.92 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (671,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
244,034 244,034 000000000000001145a664c78fd4df45c0737825436d12d7e5a792fd94eebe92 122 0.06/1.00 vMB 110
244,033 244,033 00000000000000b3d349fbda020f4cfd3eb6644573e622adfb51ca1242030c4c 113 0.05/1.00 vMB 95
244,032 244,032 00000000000000b331d784c3a2ec07d58e0634968f5138feb06a512486b0452d 18 0.01/1.00 vMB 29
244,031 244,031 00000000000000a4b1dcab89df46da55fe6236f1d1f1d5cbf87f8fc2ce6db805 71 0.04/1.00 vMB 94
244,030 244,030 00000000000000981ca6f9f56ae0cc21f542eb8d3114bb10b7b379a3a2d983cc 108 0.04/1.00 vMB 148
244,029 244,029 0000000000000062675887b3527a8506ab607c2c8ab1cab027290a042b0b3922 371 0.18/1.00 vMB 112
244,028 244,028 0000000000000080a090664d36b67b5d71b47aeb99f8372199cd0f3d76eb2b0a 242 0.11/1.00 vMB 126
244,027 244,027 000000000000006731833f463914c9a6936a14135c2e0f5321d8c468b9d5d6e8 55 0.02/1.00 vMB 105
244,026 244,026 00000000000000058bab431eef0d2b78d6d549f5803bbf1232686e30428b6a2f 190 0.09/1.00 vMB 128
244,025 244,025 0000000000000056aea4f5e7d9f555280446a15d7870f381b898d6bdcf7ab1aa 20 0.01/1.00 vMB 127
244,024 244,024 000000000000005abeb30dd5212e02d966aadab468095225c98878d18298cab5 70 0.05/1.00 vMB 79
244,023 244,023 00000000000000ac751963b18a5031b5f2c0230558667a7a65a1f230fc91e992 150 0.08/1.00 vMB 101
244,022 244,022 0000000000000030a20e43f28dc39ca8cc204e289158ce814645e358257dfa9b 318 0.14/1.00 vMB 160
244,021 244,021 000000000000003112cb9aedcca73530d95c9edc0ae3c00f40cd4e6ee2fa8fab 512 0.20/1.00 vMB 124
244,020 244,020 000000000000005216c01dac174d21f4153cdbcfdaab1b2b440f82e30c966860 67 0.05/1.00 vMB 41
244,019 244,019 000000000000008156ca289841014bfaa5a34c1cec43f3b83f6f478a07ae4c8d 319 0.12/1.00 vMB 159
244,018 244,018 000000000000007053c8715cf241d43fe561cefb43cb1b08f20eee3799aa66c8 174 0.07/1.00 vMB 143
244,017 244,017 00000000000000291fa349a95ce6c205c840e7c79b463d91ecbed33b4cf35e4e 439 0.18/1.00 vMB 135
244,016 244,016 0000000000000090f6105bd5a4a97519d6b1ccbfb061babbb0284fabd3917400 102 0.05/1.00 vMB 161
244,015 244,015 000000000000001ec1bd66ad9848a070f30d4c3eff68e5e2147a60699b5f890c 120 0.06/1.00 vMB 151
244,014 244,014 000000000000000d83f9808a4cac26cc2e797e2dc31cb7acaf6d33b440852c0c 169 0.07/1.00 vMB 139
Previous 10 blocks ↓
Total Size: 783.11 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: 735.80 GB
    • Received: 18.58 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.