Loading Tool

Explorer IconExplorer

Memory Pool

84,363 transactions
31.70 vMB
0.09720348 BTC
Random Selection Loading Transactions
Max Size: 194.16/200 MB

Candidate Block

Mining Attempt 5ae223f1336921ce9bd567757fb33aa7723c4b4b85245ad5753a308429878612
Version 20000000
Previous Block 000000000000000000008c48c54ea13ac1ebac208d0e0eb58ba93557644246e0
Merkle Root cfa6fd15fcff26ee3ee3aa6fc578bc50b0feab0b237ebbeda1e0d7791b861871
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,081
Size: 1.00 vMB
Total Fees: 0.02252002 BTC
Feerates: 45.32 > 2.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,227 (474,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,317 440,317 0000000000000000011f99afdc230b60d43c098c512e12c43ff878b787705c13 1,620 1.00/1.00 vMB 72
440,316 440,316 000000000000000000b9caa4c930267814789d247fcfba6e1ec1b0353c709c1e 2,669 1.00/1.00 vMB 75
440,315 440,315 0000000000000000002ae1a35c57e559e3cb8fde0d25205518623fb1a33f3834 2,012 1.00/1.00 vMB 86
440,314 440,314 00000000000000000350e7437a92110cf0e22f956f7a1a1613fda4461f5b6b08 2,663 1.00/1.00 vMB 93
440,313 440,313 0000000000000000022cf804b394be089a18ad61603bde4d019a9bf8d1796ba3 1,927 1.00/1.00 vMB 77
440,312 440,312 0000000000000000019c65a98883a56c6d971c752fcb79071b68d78796ac8b31 2,137 1.00/1.00 vMB 132
440,311 440,311 000000000000000003b6d6984b495bc63ea2fea7ec177055e26978763523d838 2,047 1.00/1.00 vMB 108
440,310 440,310 000000000000000002743a6967bffe3176184e3926d0b1850d504942461ea4e0 2,423 1.00/1.00 vMB 87
440,309 440,309 00000000000000000108c5e488526c9363600f9ca05c53bbcef5545504e26f4f 2,092 1.00/1.00 vMB 65
440,308 440,308 000000000000000000005390f1f6ee3251b22f45ab47203f4e3862897a8fdd6e 2,696 1.00/1.00 vMB 71
440,307 440,307 000000000000000003482bcbf31bd0e4e2f73766227ca72ed5d9483a1f17ec87 2,164 1.00/1.00 vMB 69
440,306 440,306 000000000000000002bbebb14e8d62187587824866c10dd0ad0d640c327cb0e7 2,132 1.00/1.00 vMB 86
440,305 440,305 000000000000000000a11328710c53ed628dd944c7675f850d3cbbfdb67f9116 1,887 1.00/1.00 vMB 123
440,304 440,304 0000000000000000006defb06a37a42d33ae1eeaf2494c565bf7e34f43d1450b 1 0.00/1.00 vMB 0
440,303 440,303 00000000000000000221d9cc15139ce418cf3ae41556d26ad9b0077b3b1d02a3 2,486 1.00/1.00 vMB 122
440,302 440,302 0000000000000000030c1aa3985b51f38a61f09126f58750080d4bad2502a98d 1,664 1.00/1.00 vMB 58
440,301 440,301 00000000000000000353ce61f89e96cb6f41c7901fa4c5d6c307f8fc84bc5769 3,071 1.00/1.00 vMB 64
440,300 440,300 0000000000000000013d3c1c793dc3b927fc56da127cce2e545e5397593b38e5 1,142 1.00/1.00 vMB 77
440,299 440,299 00000000000000000060b67e8bfbd3096e26925bec34bcd564aa9ed39d8519cd 1,344 1.00/1.00 vMB 64
440,298 440,298 000000000000000000f8619fba8d7379a2345902c42cf7c80bd6bf706c97e6eb 1,738 1.00/1.00 vMB 59
440,297 440,297 000000000000000000fbe40f2bd73df4f085e4a2db019c4639752aef5b404aab 1,492 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.78 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: 709.73 GB
    • Received: 16.97 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.