Loading Tool

Explorer IconExplorer

Memory Pool

38,846 transactions
28.54 vMB
0.06873132 BTC
Random Selection Loading Transactions
Max Size: 144.48/200 MB

Candidate Block

Mining Attempt 95c5af0324cb5d96da54fa3cb9cef2914f57d31b27a4d3287ec7af896613b023
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root 191d5e9e92387e4bfba2e0f6a466dc71c6a0f938390d9e345b4122cded975be8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,129
Size: 1.00 vMB
Total Fees: 0.01365422 BTC
Feerates: 105.82 > 1.37 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (177,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,245 737,245 00000000000000000001d9cbf633c3b81b955c17504985eb910166d4ec2f1464 1,643 0.63/1.00 vMB 7
737,244 737,244 00000000000000000000de73e5a91de54c74cb14f02eeacb934588fd7a6d8118 2,491 1.00/1.00 vMB 15
737,243 737,243 000000000000000000009ef2461c3670ce4d70cedb22d05fe2cfb55563d3cd23 1,485 1.00/1.00 vMB 19
737,242 737,242 00000000000000000002a3d38b35675726515e3195df7471eb1f91ead2a57a4c 1,280 0.50/1.00 vMB 13
737,241 737,241 0000000000000000000467a84214ec96f89c075f13943d843b12f0ca7f15620a 803 0.30/1.00 vMB 12
737,240 737,240 00000000000000000004bd9c6e325c144c2846f78deec9b960a1b7a91d394510 819 0.72/1.00 vMB 3
737,239 737,239 000000000000000000089bfb3c32f33b6d567763e94806d2cec47ddcdc1b00b0 1,148 1.00/1.00 vMB 6
737,238 737,238 00000000000000000003ba159e3a22ea91282a000b789e7b942a381131960701 1,001 1.00/1.00 vMB 4
737,237 737,237 000000000000000000075111f4f7c8698b2b0ffcf9b7dc5c36a0f129e261717a 2,613 1.00/1.00 vMB 14
737,236 737,236 00000000000000000007be498f4f7d75b0bd349d077f4aae3dd2fccd14c0e632 2,381 1.00/1.00 vMB 5
737,235 737,235 00000000000000000007a2fd8ff89a18298e5cb45b3355919c087da0b61b9015 2,568 1.00/1.00 vMB 12
737,234 737,234 0000000000000000000334cfb68f317ec716591a3d6fa9bf216f12c3bad6a295 1,759 1.00/1.00 vMB 18
737,233 737,233 000000000000000000081e34448b4eb62bc7daed1779ce8221b523c2ba240d01 2,341 1.00/1.00 vMB 21
737,232 737,232 0000000000000000000709881cc8d33f84815fe8ea1baad9889042146b4d3042 2,528 1.00/1.00 vMB 10
737,231 737,231 000000000000000000012eb5095a1625a822ca2b14518e1a2857c5a9341b9d4a 997 1.00/1.00 vMB 4
737,230 737,230 0000000000000000000474ea4d2971da319267a142dd29daeeed3ea32fe136bd 1,932 1.00/1.00 vMB 6
737,229 737,229 00000000000000000007e6b00e19b6f53889410ca50868682606d5ad2d4260c9 1,854 1.00/1.00 vMB 5
737,228 737,228 0000000000000000000008b75697bbd2c6e2d6cef8415c96aabbc02334b6cb74 1,073 1.00/1.00 vMB 5
737,227 737,227 0000000000000000000572ae5b8dd1ecf4b0e0d9e70658826b1cff0745ebc190 3,219 1.00/1.00 vMB 7
737,226 737,226 0000000000000000000668a9d16df4dbd0ac9492e7825c340436ee05108aa4de 2,974 1.00/1.00 vMB 14
737,225 737,225 0000000000000000000349c4e5dde9e50265aebcfdde4bb359de0be0262a41e5 2,674 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.60 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: 623.59 GB
    • Received: 11.47 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.