Loading Tool

Explorer IconExplorer

Memory Pool

59,911 transactions
24.20 vMB
0.17045578 BTC
Random Selection Loading Transactions
Max Size: 140.45/200 MB

Candidate Block

Mining Attempt f6f2693f8d32c31cad11cc865da042b90334e6a6180fe40ec70c1dba199817a2
Version 20000000
Previous Block 00000000000000000001b1c03d1dbbee706dadc0b8d4b17136cd5e823957c970
Merkle Root d0df4e68cb10db74bf537950623ad3b77be487d21ebc21485be9e264d423f2df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,904
Size: 1.00 vMB
Total Fees: 0.08859539 BTC
Feerates: 220.56 > 8.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,921 (875,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
38,171 38,171 000000009bdb72b9fe694a066ff1a56ba9c97094d4c54d472fda041a572d7fd6 1 0.00/1.00 vMB 0
38,170 38,170 000000009a17a9aa1a12e05453c64d5bfd11f22fcac353707172bdd671a20d75 1 0.00/1.00 vMB 0
38,169 38,169 00000000b0777580e2c83d54b46f1f5c54e016bcfa78ce0831225b557fdf2637 1 0.00/1.00 vMB 0
38,168 38,168 00000000829385c63ee6302a62e5ea835e23c29f5a87570330673dfcb0dc1fae 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 780.47 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: 528.56 GB
    • Received: 5.65 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.