Loading Tool

Explorer IconExplorer

Memory Pool

77,164 transactions
28.43 vMB
0.08859424 BTC
Random Selection Loading Transactions
Max Size: 173.06/200 MB

Candidate Block

Mining Attempt e03dc60908bd9118ff439c7cf2ace864146dbc4badd2b7cedef50c224b3b4ff9
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 50f7a778f6666361934d07f9cf0b42c9788e57e421b11e148cf095ac35f09253
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,612
Size: 1.00 vMB
Total Fees: 0.02490051 BTC
Feerates: 477.45 > 2.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (380,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
535,235 535,235 000000000000000000145b475eb97b68242f1bfa74f917e4593e499bb1cc9ed9 504 0.17/1.00 vMB 13
535,234 535,234 00000000000000000023be4b5e884529b92183277d73502a636eef70ab9a9886 858 0.31/1.00 vMB 18
535,233 535,233 000000000000000000285aa42becb9dc128f26604a6b13d580b39dfaacd7a3c6 937 0.44/1.00 vMB 14
535,232 535,232 00000000000000000029f24b631094483d90f84ccc4d8b89bf150887248803a9 34 0.01/1.00 vMB 14
535,231 535,231 00000000000000000019d5b4910fe8f37615f251aee026f3df67a334cf57d9a0 729 0.34/1.00 vMB 23
535,230 535,230 000000000000000000053ac35546bb57ccd16d4b502765d2e43c1fe7a164016a 1,110 0.40/1.00 vMB 14
535,229 535,229 0000000000000000001b65e56c7eb837d46ebe5bbc51addbf77fb01140e694ff 919 0.39/1.00 vMB 17
535,228 535,228 0000000000000000001f86968664ddcb57ed1068940d311d5e13899e27772606 524 0.31/1.00 vMB 12
535,227 535,227 000000000000000000114ee50aef83c6a2baec97e360daa3939fe342837964e1 304 0.10/1.00 vMB 9
535,226 535,226 0000000000000000002eb66055b03696eec897f37335c706dfe4a3046da4cd1c 2,335 1.00/1.00 vMB 20
535,225 535,225 00000000000000000022978d8e81a3d8697e86ca3273c70b5916e051f1255cd0 451 0.14/1.00 vMB 20
535,224 535,224 00000000000000000015540fa7b24ae6a1214fdb0e221cb7114be57fc835e02f 1 0.00/1.00 vMB 0
535,223 535,223 00000000000000000014a7e93f66cd29d94e5632c87dfe862cd115efff2d3d77 834 0.33/1.00 vMB 31
535,222 535,222 0000000000000000001a4e78fc3b362b67d6e014d51ea1ccacf10acf94d06b01 1,000 0.37/1.00 vMB 15
535,221 535,221 00000000000000000002ab596a54d86581dfecb8df76522659aa48229df6e6e0 2,099 0.82/1.00 vMB 12
535,220 535,220 00000000000000000000fa111355203562c653e950479419ef437228aecca488 1,692 0.59/1.00 vMB 17
535,219 535,219 0000000000000000002eea942f19badf8ddc34407331bd61ae3341ffef39ba4d 1,728 0.83/1.00 vMB 20
535,218 535,218 000000000000000000108a8abb190a4784ddb842f494cf556cda50f7a94a8929 13 0.00/1.00 vMB 4
535,217 535,217 0000000000000000001b7549acd08db028384f787bcb31b67ba4d02966a91bbe 1,748 0.74/1.00 vMB 13
535,216 535,216 0000000000000000001e0fc02ba182983cf4426604391ee7e0a7eb9c136b53f2 329 0.11/1.00 vMB 23
535,215 535,215 00000000000000000002cb4f5835d3dc6801af6e975e2b52831f35252942327c 2,606 0.97/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.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.