Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,742 transactions (1.06 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,931 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,541 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,930 (277,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
634,483 634,483 000000000000000000090a24f3fa13f483151aa6d1d763c1859d717eacff77d0 0.71 MB 947 15
634,482 634,482 00000000000000000009539b97577ea74a463b74833e93026157a43bc1f4a23e 0.15 MB 362 20
634,481 634,481 000000000000000000058216ee95e8dca995bcd62ecea1a682a60354d6e876fe 0.37 MB 746 18
634,480 634,480 00000000000000000001e67c3df0b3636f4cb5966a508c8e1ceea19bb0f5932d 1.26 MB 1,592 13
634,479 634,479 000000000000000000142f3fa28ed3858c26cec751e6a9326f52092a56baafc6 1.59 MB 1,260 11
634,478 634,478 00000000000000000000ab2eee8d03ac541829a7edef55b8fe7dc0c1c549d179 1.27 MB 544 2
634,477 634,477 000000000000000000055eb160ee844d6740bc72b16a12140f6cb478fb6919a9 1.28 MB 2,382 16
634,476 634,476 00000000000000000004f467bb5056435f29e13c3ead865301fef22461331bb9 1.51 MB 1,222 6
634,475 634,475 0000000000000000001183197534e8667369141102ae0019b9a8bb739868c32d 1.72 MB 682 2
634,474 634,474 000000000000000000070eec46fd6106278b2884ff48ad314869d409d1e0208c 1.85 MB 323 2
634,473 634,473 000000000000000000113182d9e9643b01b33d09daa68c33eeef0b7b00a503ab 1.71 MB 1,474 11
634,472 634,472 0000000000000000000fd6c4c34a42c25d7abd39dc1420a96f4f9b4ceb09be3a 1.91 MB 631 5
634,471 634,471 0000000000000000000c28e25bdb1fb611c41cecefa9ba40538ebd74b9521657 2.01 MB 140 2
634,470 634,470 00000000000000000009c7565d6974b1b48592ec864964aff6899980add64236 1.72 MB 1,368 11
634,469 634,469 000000000000000000129bc1132b89d4ab561f835fa953994926f49ca135ada9 1.43 MB 2,482 18
634,468 634,468 00000000000000000003761b72982c18568fd7fdd12af72ae3f5f8ce8c3baa8a 1.72 MB 1,198 10
634,467 634,467 0000000000000000000696ea503a8cdbadc7847c479670dbce0691f75590ecd9 1.54 MB 1,563 12
634,466 634,466 000000000000000000041f76be5283f89c8ee2c818385f17a7e689bc3eb0284e 1.94 MB 399 4
634,465 634,465 00000000000000000010fa634bc0e233005e9733f7b7dcda356b13146a0d7b94 1.56 MB 1,569 13
634,464 634,464 00000000000000000003bf6509c7e843a685beb6895769f53863a75b963c010a 1.67 MB 1,308 12
634,463 634,463 0000000000000000000e0e6e2564917c3ccab2e01c5837d4ebc8c2005144d6c8 1.62 MB 927 10
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.37 GB sent, 133.25 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.