Loading Tool

Explorer IconExplorer

Memory Pool

50,469 transactions
21.71 vMB
0.06987883 BTC
Random Selection Loading Transactions
Max Size: 124.34/200 MB

Candidate Block

Mining Attempt ca4a5b89279783c9be6c061ef3252fe0972b0d7895d6dadf7d2279b4bcc689e8
Version 20000000
Previous Block 00000000000000000001ff6c24b4608afc9da568e5d3b91294c5b7e750a2372a
Merkle Root 1886896777174e23e505971eb4874a6fe9aebc6503432ed0a28964877869027d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,997
Size: 1.00 vMB
Total Fees: 0.02324075 BTC
Feerates: 251.14 > 2.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,943 (875,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
38,167 38,167 000000003ca3f38d27044cb1a5ffa76ff065b9e2fdf67ecd97d257c2d4fdf731 1 0.00/1.00 vMB 0
38,166 38,166 00000000242b1104a98c89edae2aa6896e2828a79b13dd98fe97f73530758379 1 0.00/1.00 vMB 0
38,165 38,165 0000000020689a7ba2dd78a76f9d201201180ef61a4be2cc120ea5a55d957fa6 1 0.00/1.00 vMB 0
38,164 38,164 000000005a89eb99ae9bad51ad6913061ac4e38acc0d6e0df72b41950e08e1f1 1 0.00/1.00 vMB 0
38,163 38,163 0000000031b5bb78bd249098b5d1e749a8ff9e58f06cb928166d3b1ec8fd284a 1 0.00/1.00 vMB 0
38,162 38,162 000000000eee9fe87d3f25f2938df62eb2f1ae30d5cb2787015193458647f777 1 0.00/1.00 vMB 0
38,161 38,161 00000000847e3bb7cea00268c7805180d7f841bc0fdcc31e0294ff13eda26931 1 0.00/1.00 vMB 0
38,160 38,160 000000007de9683008cc04e1a94f090a03a61b1bcdac4553b3bbb1b71fab2624 1 0.00/1.00 vMB 0
38,159 38,159 0000000080f9abb9ac7419b8704a1888cbb8fd5a39d71b7f01669c13146167f2 1 0.00/1.00 vMB 0
38,158 38,158 00000000bc6db973aaba100f8ad4e0623ebc226847eb07f43dcdd0985078371c 1 0.00/1.00 vMB 0
38,157 38,157 0000000020208be33772c1aa09fd6c3ad353129840d3580bb5bf1803ca7eb8dd 1 0.00/1.00 vMB 0
38,156 38,156 0000000084bc5b517c8444862228c25538f59fbd4606868d7694186035551b25 1 0.00/1.00 vMB 0
38,155 38,155 00000000bcae952f4fcea4eea5e75da3279bfb15cd8f9b5bec6661aca3fcafbc 1 0.00/1.00 vMB 0
38,154 38,154 000000001c88294b552aeae8b09aaac4653701e0444856d642672a962c2ea357 1 0.00/1.00 vMB 0
38,153 38,153 0000000093aa414ecc85929c4b4c8b3a30b3cebccb3fe11351b30e3da47653ac 1 0.00/1.00 vMB 0
38,152 38,152 0000000005353021bd824dc082671e1b1866c897bc637cada8265983f871a86c 1 0.00/1.00 vMB 0
38,151 38,151 00000000b572c880aa038f0690a1ebee5b960e45f63910db9f21c40e020241b3 1 0.00/1.00 vMB 0
38,150 38,150 0000000087ebd5f1e553acc821d2398ec66055a5ef0dca45eebdd034a65c3acb 1 0.00/1.00 vMB 0
38,149 38,149 00000000012373602c7244ad4c5655a267924908affe9befb5630031391264b9 1 0.00/1.00 vMB 0
38,148 38,148 000000007dc8211e52d4fe4470d9492fe8bd4b6b49a1dd2eaedfe82f998f7d3f 1 0.00/1.00 vMB 0
38,147 38,147 0000000038782ef346a02faaa4579ad71be534887a7cbcf4fca6875f45f4c5e0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.51 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 531.45 GB
    • Received: 5.83 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.