Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,168 transactions (0.50 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,993 000000000000000000022cb30000000000000000000000000000000000000000 0.49 vMB 1,159 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,992 (580,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,600 330,600 00000000000000000f53b6e393e48407e8b9af95156aed00fd68796098832312 0.07 MB 107 15
330,599 330,599 000000000000000009566188ba5497688f2f70402a78b553fc6cb9ca34b50f60 0.58 MB 1,129 29
330,598 330,598 00000000000000000ff423e33e2b8e9d55a35ae918fa449e034405dba785c1de 0.11 MB 229 30
330,597 330,597 00000000000000000b18d6e7f5a8d0900e276b962c4bc4ffaee44ed2bf414114 0.49 MB 968 29
330,596 330,596 00000000000000001b6699a427c14aea4563456b564fce74cc83695423155088 0.03 MB 68 18
330,595 330,595 00000000000000000424166c1890abd082792246a1261732db0df2be2feef4bf 0.10 MB 191 24
330,594 330,594 000000000000000003bb71a7cafd17f3a37eb49562cdd0737a070e8064e576ef 0.11 MB 142 9
330,593 330,593 0000000000000000172d25131cade4b22bbf48442b41ef509e226b78276f8e19 0.22 MB 319 20
330,592 330,592 0000000000000000131d3bbb44fdd2edba1f0650709eca7c3ce39d57c0e979db 0.08 MB 158 14
330,591 330,591 000000000000000012c91d3dfaba72b5ac150ab081658369eddbdb994d8a4365 0.62 MB 1,153 28
330,590 330,590 000000000000000006dd306d1e8226954f1082e43cb20f7d5cd5bb7d3830f845 0.06 MB 56 6
330,589 330,589 00000000000000000faedcb799a4671cc2892db87623a9f19cca40cb7972adcc 0.47 MB 725 24
330,588 330,588 00000000000000001678537809038d52f6a66a3657042ac90f3a7bc9ea87ded0 0.07 MB 80 8
330,587 330,587 00000000000000001819bb54fec04dcafe8a2ee25e2567f407b1a6e528e1bec5 0.30 MB 390 21
330,586 330,586 000000000000000000f3ab899081e95b5152e4d34742e68e491e13dc0a8e5455 0.20 MB 369 25
330,585 330,585 000000000000000016852425c47f28f9b6831071203dbfbf18a325c4be568cb1 0.51 MB 846 26
330,584 330,584 000000000000000003969fbde72ac6fca2970e553e5d102a2b3325f0a2f48a21 0.62 MB 682 11
330,583 330,583 000000000000000005ac9e83fa1e70fc237ec9db9f7c127b98f93eccdc145566 0.75 MB 1,104 23
330,582 330,582 000000000000000006f30c776925733e0c0d92d1a7b9c750c5b7cfcae0c692b6 0.04 MB 64 33
330,581 330,581 00000000000000000dfd9d3e8924241dfe88456114f4f1f423d80ed0dc3b99eb 0.75 MB 704 17
330,580 330,580 000000000000000019d565023417cc5c13e2684f663e8aadcb326122c60d8680 0.75 MB 1,880 32
Previous 10 blocks ↓
Total Size: 775.22 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,359.75 GB sent, 124.84 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.