Loading Tool

Explorer IconExplorer

Memory Pool

76,363 transactions
28.32 vMB
0.09360523 BTC
Random Selection Loading Transactions
Max Size: 171.63/200 MB

Candidate Block

Mining Attempt 78efd39c005ab004840ecfafa380182e04c740d946759e549e79bc73fb550f61
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root b0e8c2b62c457ddf9355a1df59d7b0525c7ee3c139813a86519f8cab4a1fedef
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,428
Size: 1.00 vMB
Total Fees: 0.03100321 BTC
Feerates: 150.80 > 3.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (679,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
235,468 235,468 000000000000006295d03c50828955e46ad23530a1b8173898ebe9fb951ae885 273 0.15/1.00 vMB 136
235,467 235,467 000000000000008371dcf399c8a28666cfbe654f6576098830ec29c1adc51efd 504 0.28/1.00 vMB 137
235,466 235,466 0000000000000068099bf92f9c61f0b61a5bcc65a3174c2f6c170c4ca93d6246 650 0.25/1.00 vMB 3,453
235,465 235,465 0000000000000189cff2463a4aaa8664732283723ed7e21f79965cd805c7cfa7 563 0.25/1.00 vMB 172
235,464 235,464 00000000000000d8ee9554a6c963e4c6ee766af0769e438f9f6349e8383bbc23 100 0.05/1.00 vMB 104
235,463 235,463 000000000000015dd26f514f928369f963cdd4d333a13bf87669ced87739a525 858 0.33/1.00 vMB 194
235,462 235,462 00000000000000e54732b149d94e4f05786fae5f86bc2727cfb64d83cdb3dd03 198 0.15/1.00 vMB 123
235,461 235,461 00000000000000c4e116506e285ef9e2cf2d7de2d8c5f84cf9b200a1b52174bc 241 0.10/1.00 vMB 188
235,460 235,460 00000000000000f4af53ecd8f479e6ca4b7fc8f03208ee2561432c81fb3284ce 148 0.15/1.00 vMB 58
235,459 235,459 000000000000003f9c29eca24ea51f018843a72b9dbd029fc0971155d253cbd7 251 0.12/1.00 vMB 142
235,458 235,458 00000000000000d4ff18d225edf325ee7601d60fcd317d1af6859cdb174565ba 503 0.18/1.00 vMB 137
235,457 235,457 00000000000000d8fc64b95ec3c80d2d88008f306a7f11c1f7ae0b7c6e2e1dfa 967 0.44/1.00 vMB 150
235,456 235,456 0000000000000091a16b7d6275d1abbda0f3fd05e9e988f5a16c758252a744d5 998 0.47/1.00 vMB 164
235,455 235,455 00000000000000197db7c0ad21f3a7e0968c0dbbae7f08bba930a44b17e7a177 528 0.20/1.00 vMB 174
235,454 235,454 0000000000000049e2a7511c5793db73c3c9ec24eab51f8e65ce1c4c004e8075 500 0.22/1.00 vMB 148
235,453 235,453 000000000000009e0fa6e493d076d2f3c0e99a727b96e1406bf82f49980b1e27 659 0.33/1.00 vMB 172
235,452 235,452 00000000000000161c718455e784f60b1f8f10c0deacab751b1b0eb2a11ad227 274 0.11/1.00 vMB 194
235,451 235,451 000000000000018ca6d66e063593961f5f099910b0764298eb989aac3047f343 204 0.15/1.00 vMB 95
235,450 235,450 000000000000004ff18a33818ecd6c9c2972f1f00821c1ca754d32d079c77710 325 0.13/1.00 vMB 206
235,449 235,449 00000000000001a15a8bdac8a52c0aabf5af3adb97599c22545ff4c985b0ae67 288 0.15/1.00 vMB 136
235,448 235,448 000000000000013227b1918df04c01ab7271398485fe229418799928d682fe55 422 0.20/1.00 vMB 175
Previous 10 blocks ↓
Total Size: 782.85 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: 712.62 GB
    • Received: 17.20 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.