Loading Tool

Explorer IconExplorer

Memory Pool

76,765 transactions
28.74 vMB
0.06776122 BTC
Random Selection Loading Transactions
Max Size: 174.12/200 MB

Candidate Block

Mining Attempt d5b29078afd44d6fefcb7925425f6ed47478489137ed5cd07e4d4a2bd49f98e7
Version 20000000
Previous Block 00000000000000000000e77986292dbc09ac5349d11628448e2144e30f8f2f64
Merkle Root 4f473747012ffc42d28b815ec5188c709a98e2af77378c8ada8dded41f62a651
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,587
Size: 1.00 vMB
Total Fees: 0.00797649 BTC
Feerates: 40.21 > 0.80 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,155 (159,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
755,364 755,364 00000000000000000006fc8d44c4d576aec66c0e0b483584cc4379aec97f5461 1,673 1.00/1.00 vMB 8
755,363 755,363 00000000000000000006af1f0b2bd449d057e8e88ab7afaa1d257e6994bbf08d 2,208 1.00/1.00 vMB 12
755,362 755,362 00000000000000000001e4de156fc5841f4d0da8a300304bb4d8bdfe672ef4b4 3,374 1.00/1.00 vMB 15
755,361 755,361 00000000000000000003ff1d7d9788b60ae08a7eaa7939fb2ca18732904920fc 3,104 1.00/1.00 vMB 25
755,360 755,360 000000000000000000071302a068f8215d6382dce98ac2c9979bd08c39841eee 1,630 1.00/1.00 vMB 15
755,359 755,359 000000000000000000007289b4075c62e4740e760d9d9c3541e6a684160c0a50 2,400 1.00/1.00 vMB 20
755,358 755,358 00000000000000000003946a5377bf93fab458e98f22fac3af0cea35fa6460c8 2,713 1.00/1.00 vMB 16
755,357 755,357 0000000000000000000363faac4387c93252a85e33aedbc97f8ea0b09c41f115 2,673 1.00/1.00 vMB 7
755,356 755,356 00000000000000000006765b07c2667d640b3a06305d5862260a8e9e80beab6f 2,207 1.00/1.00 vMB 14
755,355 755,355 0000000000000000000221f658dc0815ed6981e8579064df52c5919ba1e9985f 1,611 1.00/1.00 vMB 8
755,354 755,354 000000000000000000082bd6826a1a9d02d37f34189d891a845c4baf23c762af 2,999 1.00/1.00 vMB 20
755,353 755,353 00000000000000000000a55835cb3d39bfd1e6d31cf6e1ad9539db251d793bbc 2,614 1.00/1.00 vMB 17
755,352 755,352 00000000000000000005622c791aa8819bb9d64859291e89d7e2d4a162d979d6 253 0.19/1.00 vMB 11
755,351 755,351 0000000000000000000744cefb54dfe01fa908211bd9cb68d13c5227c6712861 1,250 0.75/1.00 vMB 10
755,350 755,350 0000000000000000000761a4195d7ca54acabde2754144e844c7d50927baa987 2,236 1.00/1.00 vMB 10
755,349 755,349 000000000000000000001522ceda3bd14cf7252eee6d48c2f4a8eba1753954e7 2,576 1.00/1.00 vMB 20
755,348 755,348 00000000000000000007dbb954ad1a567921521f2aaad2fb25006497ce4c225d 1,424 0.96/1.00 vMB 10
755,347 755,347 0000000000000000000784d116a80133c3353e838710d2083f82603d40a7c925 1,728 0.61/1.00 vMB 12
755,346 755,346 00000000000000000004d579d4e2a35e9e99d7576bde38062a2a3bdeb1bab57e 684 0.26/1.00 vMB 3
755,345 755,345 0000000000000000000118fe76fb30461c7d6d5bcbbd1ce4fdb4f32d5258458f 3,273 1.00/1.00 vMB 12
755,344 755,344 000000000000000000077a5222d48fd54d77a32981f6c243a6f2c226049038a7 3,401 1.00/1.00 vMB 17
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.