Loading Tool

Explorer IconExplorer

Memory Pool

80,798 transactions
29.83 vMB
0.07230808 BTC
Random Selection Loading Transactions
Max Size: 179.95/200 MB

Candidate Block

Mining Attempt 223ca963f8e41551e2fd933d76ff2061594d44cc118a37c8b8015eeb6256d473
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 25ab7eee00791b9f8d4c906c751dbed86688cdd3a26a6d79457dab499a246e87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,656
Size: 1.00 vMB
Total Fees: 0.01130896 BTC
Feerates: 100.36 > 1.13 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (121,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,259 793,259 0000000000000000000444cb8a1bc002dd11d2db5032d78c53b3c71cdcec1a41 4,019 1.00/1.00 vMB 76
793,258 793,258 000000000000000000042ba04dc8bddbae7fbe8479ba03bf27dcd5bfd9904cae 3,341 1.00/1.00 vMB 91
793,257 793,257 000000000000000000041d4e78bba14e423116770820ce2b77e6e5a1033e0e77 3,288 1.00/1.00 vMB 98
793,256 793,256 000000000000000000005a4d3e69b927e05e89f0ed8348a6e711792ef6637889 3,579 1.00/1.00 vMB 110
793,255 793,255 00000000000000000001a7106ad5002c312e14cdd11f9ceda96534ad34651455 2,719 1.00/1.00 vMB 58
793,254 793,254 0000000000000000000506ec0076b06f4bee8222c9cfd7a95bcdebfd41a3fb2e 3,801 1.00/1.00 vMB 104
793,253 793,253 00000000000000000001371ae2b3e60147ccaa8b207a35082e693164b76811a4 3,006 1.00/1.00 vMB 81
793,252 793,252 000000000000000000021e877d2ec27493746e4e140159dc4e52b7685a7c9fda 3,790 1.00/1.00 vMB 52
793,251 793,251 00000000000000000004d5a2cd0829eec21f1b9191c2dbdea14a83a8984c47f1 4,033 1.00/1.00 vMB 62
793,250 793,250 000000000000000000010a83211f4fc7fb801b1acc1a91d26e9903d7e95591be 3,788 1.00/1.00 vMB 32
793,249 793,249 000000000000000000014687e4126252bd8d4759aafe6341b5989021a10bcf12 3,861 1.00/1.00 vMB 66
793,248 793,248 0000000000000000000249ce3541905c4764dd7f5f298821f2c032f7aa8e4a5c 4,116 1.00/1.00 vMB 53
793,247 793,247 000000000000000000008b51632dbad4fe3b1a190955307b72aa51c64028899f 3,269 1.00/1.00 vMB 88
793,246 793,246 000000000000000000026fa9b77bd0f9ad00a86765bf571c5b7dd48fa6c7fa7b 2,007 1.00/1.00 vMB 25
793,245 793,245 00000000000000000000ca12f3c28d56e95075c981fbac85b989fb85b213e05c 3,519 1.00/1.00 vMB 41
793,244 793,244 000000000000000000023d458a31553880be8c0e8e666274c0ca5c65705a3225 3,429 1.00/1.00 vMB 54
793,243 793,243 00000000000000000001acac4e7cb094af9eec27b12b93c9a7880de3642f24a5 3,124 1.00/1.00 vMB 43
793,242 793,242 00000000000000000004c7c14e252b573bd8681cdf1bfb7a689a6935e65c7c50 3,686 1.00/1.00 vMB 45
793,241 793,241 00000000000000000000597f7c151f42fb4edf8780cb213a7ab4b4afb1444ebf 3,786 1.00/1.00 vMB 38
793,240 793,240 000000000000000000025df29c3a8a1610a73aa2ce94953e74dc57577c1a5858 4,038 1.00/1.00 vMB 50
793,239 793,239 0000000000000000000110fb285e1dc6bf530752b799532417b16576a53fabf3 3,119 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.