Loading Tool

Explorer IconExplorer

Memory Pool

81,488 transactions
29.99 vMB
0.08943174 BTC
Random Selection Loading Transactions
Max Size: 181.03/200 MB

Candidate Block

Mining Attempt 593e425f91aa0085f7d0c8319fd246edab06b6aa9ba5ab6869b43c802873c380
Version 20000000
Previous Block 000000000000000000000566719f650a5928fbb1a01177f015bdbcdec5c3c5bc
Merkle Root 423f524e8ae7afc2984a514f339d80f6bda06cbb4a358ab3aaee61759d0407a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,463
Size: 1.00 vMB
Total Fees: 0.02820372 BTC
Feerates: 502.62 > 2.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,965 (767,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
147,699 147,699 00000000000004b9215cff86bf1a41aa15b69e72c7b7ebb2e4bdd33df31fe59b 48 0.02/1.00 vMB 1,381
147,698 147,698 00000000000002b3f95462661bbab7b147d112d9d7ea0a5d894760788d68faf3 14 0.00/1.00 vMB 90
147,697 147,697 00000000000003938e5d5c54b629789fd09cb3e41cc29ab644ad66c4c6e87b0c 40 0.02/1.00 vMB 232
147,696 147,696 00000000000006459d11e8af48f8f4ba35d87a78940b8e6287e81e6bac5d88b4 32 0.01/1.00 vMB 122
147,695 147,695 000000000000079ad5f88a7b9bd5d4e327b1500dad06176f765c06b92f0cdd44 41 0.04/1.00 vMB 161
147,694 147,694 0000000000000143f4f0d9a9529e9dce8b0e9b6f6c01117cf3aa456ba08d9fc8 33 0.01/1.00 vMB 144
147,693 147,693 00000000000004662f57a8eabfc53da354572f2aa2e3c1e7eb3494c1cf5f96e7 11 0.01/1.00 vMB 537
147,692 147,692 00000000000004311f2e1f2e9d8ef5e5bf1603930cc8f9cb5380ca059d481dc8 16 0.01/1.00 vMB 191
147,691 147,691 000000000000099db98d7351cd57292669ceacb781ccd0f94effe8ea71f9015c 151 0.04/1.00 vMB 85
147,690 147,690 00000000000000528fc2d20291a1789e061e4e73f8d6d37cb400576fc34d2f27 53 0.02/1.00 vMB 62
147,689 147,689 00000000000005b1f646a8b84f4bf1d0657b95edf44b790d7a2e716fb0c48058 10 0.01/1.00 vMB 110
147,688 147,688 000000000000052421ee8407842440ae48299f437cca597088e90827fe586654 34 0.01/1.00 vMB 1,225
147,687 147,687 000000000000026e7e810e146cf22d2777d6bf36e370ee9039d072d432e25a4b 113 0.04/1.00 vMB 182
147,686 147,686 000000000000081101a32d9bd884473eada4c67e57ceee959804237bbf434a66 86 0.04/1.00 vMB 29
147,685 147,685 00000000000000a126ef7110c5c432b03504ce860e827de4374ec8bd5a3cee72 11 0.00/1.00 vMB 1,591
147,684 147,684 00000000000008c30a13d2440256e30858ea452d4a79684c60dccc3597c818b6 20 0.01/1.00 vMB 82
147,683 147,683 00000000000002ed51680e7086d58e64afba8097d1dbc8d31ccae115db5a8df6 84 0.02/1.00 vMB 8
147,682 147,682 00000000000009305f1711973596c188b5df113926d451c77b1268b252142f2f 11 0.00/1.00 vMB 485
147,681 147,681 00000000000008bda75d1ae2264b69246850ebcd2c962351431d83bb4f23aa0a 43 0.02/1.00 vMB 188
147,680 147,680 000000000000037f64aace0166cc477abda1b60cd1aef2239d650d0f233ae207 29 0.01/1.00 vMB 261
147,679 147,679 0000000000000766fc1bac2ea1593a5453cddb85292892034c23817ecb226991 7 0.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.33 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: 660.36 GB
    • Received: 14.69 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.