Loading Tool

Explorer IconExplorer

Memory Pool

76,811 transactions
28.75 vMB
0.06829379 BTC
Random Selection Loading Transactions
Max Size: 174.18/200 MB

Candidate Block

Mining Attempt f7029fe7a667adcb21cf71a3c9942e8527963aeb6407f94cdbf74b848bb43941
Version 20000000
Previous Block 00000000000000000000e77986292dbc09ac5349d11628448e2144e30f8f2f64
Merkle Root d7041c960a1d6bd50e64035755ac25aa7c90994fe34c6d9942093c12933cd01d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,570
Size: 1.00 vMB
Total Fees: 0.00847989 BTC
Feerates: 50.27 > 0.85 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,155 (333,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,331 581,331 000000000000000000058f0abe1936c9ddbce5059dd7c60d80b829590791d498 2,916 1.00/1.00 vMB 73
581,330 581,330 00000000000000000001de91f1f2b425198e354517b42554a49ddd589a29b994 2,596 1.00/1.00 vMB 62
581,329 581,329 000000000000000000165c67afc3315599ee8449a783bcc87b593bf2649d3222 2,145 1.00/1.00 vMB 52
581,328 581,328 0000000000000000000b7ce3aebba4748960daebfa04c291a1d04c9071041718 2,770 1.00/1.00 vMB 102
581,327 581,327 000000000000000000082537f86d1aed0ffdfb1cdb933cc4d1bef95ce6dc7d8f 1,986 1.00/1.00 vMB 40
581,326 581,326 00000000000000000024f885485d7cee2be7d27101abd35057ed09d22ad95c04 2,514 1.00/1.00 vMB 62
581,325 581,325 0000000000000000001d6366f47788e8a71528efb3a2818ddb92fedd8593a814 2,714 1.00/1.00 vMB 58
581,324 581,324 0000000000000000000093db57c247ccf7c236e9ff6c20c4d3945129eb57ed7a 2,136 1.00/1.00 vMB 66
581,323 581,323 0000000000000000002111c28ab82ba6b9de5d77920b8834a631554ee356865c 2,713 1.00/1.00 vMB 90
581,322 581,322 0000000000000000002269a1d26e9064d2d75cbfe855763bbb6fa3b6f0f78f9f 2,733 1.00/1.00 vMB 82
581,321 581,321 0000000000000000001ef7e2989941f6fba4a9bbae418de42e26e413b36a53ab 2,944 1.00/1.00 vMB 91
581,320 581,320 0000000000000000000b8f7193cb504f64780aef13e71d6a72d35718c0c42913 3,272 1.00/1.00 vMB 111
581,319 581,319 0000000000000000000bb03f34b3ed763c442922c1dd521dc4e1906e11913e31 3,119 1.00/1.00 vMB 85
581,318 581,318 000000000000000000061bf1314ee6857e82d152e0b530dec031b9bfd81690b6 3,207 1.00/1.00 vMB 104
581,317 581,317 0000000000000000000883ee30e2a41d464c41eeab0a6e50ed6aec96321326ef 2,948 1.00/1.00 vMB 117
581,316 581,316 00000000000000000001496025f03b7db5a5650637c470a04daa2f8042522522 3,018 1.00/1.00 vMB 83
581,315 581,315 00000000000000000018c896fdfbc927009b614c02e409d39dc31780d8737580 2,680 1.00/1.00 vMB 89
581,314 581,314 000000000000000000198baf3def5a16a2e08217b39171eacbb9559ee12c38b3 2,122 1.00/1.00 vMB 96
581,313 581,313 00000000000000000020a0aee34e0a4155c9d33d776a3c48f1f8be5fb5c1410d 2,909 1.00/1.00 vMB 113
581,312 581,312 0000000000000000001d129bcf3345793805d51e3edc18d871cd9e1c713b7dc4 2,950 1.00/1.00 vMB 85
581,311 581,311 00000000000000000002f5117a61621ad38398e540ea958c9a3db7e035525cc3 1,388 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.66 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: 673.06 GB
    • Received: 16.36 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.