Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

11,299 transactions (3.67 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,932 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,642 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,931 (229,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
682,321 682,321 00000000000000000009e7a59252e320a053771b4eaebd14b985d2d156165fb0 1.31 MB 657 6
682,320 682,320 0000000000000000000a865b25904344a0cd11d83779134d17f0883b95c4fe79 1.19 MB 996 33
682,319 682,319 00000000000000000001ca325f4c73d445cd57518ad843d5abecacce4b007ab6 1.13 MB 1,016 93
682,318 682,318 00000000000000000004361b015bdcd02f95c2fd988586ccdd9be7b58c3c570f 1.23 MB 1,414 30
682,317 682,317 00000000000000000004b94b3a798db363355e2adb388a2ff8e6b85f352aa9c5 1.30 MB 1,248 34
682,316 682,316 00000000000000000007129f548c3d3822879344acff3c5a6cd8f4bfa1950763 1.06 MB 607 11
682,315 682,315 00000000000000000000d617437248f424866ebf505c68cd8009ed1d2908814b 1.29 MB 1,999 45
682,314 682,314 00000000000000000009beb6a0a79359979b9f9c28958fe55af7c226b991b884 1.35 MB 2,440 57
682,313 682,313 0000000000000000000b162d4da2d0d9a4c546ec59a0c0af00e7c57a80029127 1.41 MB 1,861 72
682,312 682,312 0000000000000000000615b98200fbfe23ddbfce8b7fdde386f87d9c264ea713 1.37 MB 2,860 110
682,311 682,311 00000000000000000009919914b407fd2a181374a09437f5240e38780fbcd00c 1.09 MB 582 14
682,310 682,310 00000000000000000006cc05a8b7e927b1a3ed0b783e48af3dd9f1e2aa4e52b7 1.56 MB 453 4
682,309 682,309 00000000000000000006b03271d28dfe5e7688fee60ab2500ba035a5ac9e0c68 1.19 MB 1,409 22
682,308 682,308 00000000000000000008f1f5998e5ba3201f04544183d3b18a4726571c55ba4c 1.38 MB 1,768 21
682,307 682,307 0000000000000000000b197152c150b752590a5dc7f3b5c92fdaa3a051d4ab49 1.24 MB 1,909 84
682,306 682,306 00000000000000000001e39a975146131d05dd0a7c188827aa48f2db9c6b49b2 1.36 MB 2,832 117
682,305 682,305 0000000000000000000d10c2e807bb46747cb4002a97a5c66acd4bad8c2abeb1 1.09 MB 740 93
682,304 682,304 00000000000000000006b3674424db6cd9619316cad9d5c9c8f4fa79d5b2092b 1.55 MB 983 15
682,303 682,303 0000000000000000000a4bdb23115582064f3c638ed7fc47eee6cde6653382b6 1.75 MB 1,142 28
682,302 682,302 0000000000000000000c58379de6de02adf4b1a66309636df10dc75439f8f310 1.59 MB 778 15
682,301 682,301 000000000000000000055d6e5f51b35b013eff0aefc8211be5002b7054614642 1.65 MB 509 4
Previous 10 blocks ↓
Total Size: 776.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,492.68 GB sent, 133.29 GB received

Notes

  • This page updates every 5 seconds.
  • 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.