Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

815 transactions (0.32 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,141 000000000000000000022cb30000000000000000000000000000000000000000 0.32 vMB 813 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,140 (883,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,624 27,624 00000000c00e0e4c80849998924214a34898699f08044d4de7e6fc72a7e85610 0.00 MB 1 0
27,623 27,623 00000000bb02b92390a94ef6fa45be74ff1651e2b7c56e58d8c6c2b0cb603596 0.00 MB 1 0
27,622 27,622 0000000042dfe0d65b9ebadf9b3da21eca990cbd340373575be1f4ab743e048f 0.00 MB 1 0
27,621 27,621 000000000f26e310eec57f62e4ec31e0a2043d92756c2f192d93d5ab6a431c3e 0.00 MB 1 0
27,620 27,620 00000000bf49a7bf28ad03627039a9d6160f13f561914f56c1c5e8170a1ded4f 0.00 MB 1 0
27,619 27,619 00000000ecea6d31d7cbdc947587a2bc6caeab4e16f33d9e48c943ba7c425cde 0.00 MB 1 0
27,618 27,618 00000000d3471ce4791b9844d85af743bd1fd6fe91cd44dd1c2b77065d2d7881 0.00 MB 1 0
27,617 27,617 000000009262a95135a31c35a661d411b94b3cb942be5544719fcd2793e6319d 0.00 MB 1 0
27,616 27,616 0000000094fa95272ecc21d36335fcf775f1c4ff0b7878e7638d3c1b4173ac2c 0.00 MB 1 0
27,615 27,615 0000000082add2e3bfcaa8d311675abc813563806f23eb3a28e88d859c0684d0 0.00 MB 1 0
27,614 27,614 0000000061ac758c29889e1839c88e3246d519c2b5a74f7d5a1d34b2781b47d4 0.00 MB 1 0
27,613 27,613 00000000a02eafbcda9163138e3e91407c3cc70cc5315bb71bd4adce128aec91 0.00 MB 1 0
27,612 27,612 0000000056a4ccf4e5bc7d2506025ca0e28ec4c4d2e61812ecf76a1fae15cbf8 0.00 MB 1 0
27,611 27,611 00000000b7f4a3373a59cc405ae9ed6b38175bde6f2814f9567a890644f0b33c 0.00 MB 1 0
27,610 27,610 00000000bcc9e2cce1d3521bc02dc4f44a2dd156d42b6a4f3cb2e93fc5241ca2 0.00 MB 1 0
27,609 27,609 000000008574ebc9c4dcc16918ab907735f38d4ba91235937d927c9bf6a33aa2 0.00 MB 1 0
27,608 27,608 000000009b21ad7fe9bfd9f883cab1a995712f9ade3522dc44669445fbb7fa71 0.00 MB 1 0
27,607 27,607 000000001aa44f4367a5140f44f4ac7048dbb62a12b752bd80f66905dc355406 0.00 MB 1 0
27,606 27,606 000000001b19d05dd654d14d00bac544118416d77dd80f908f2acb7238f1c7bc 0.00 MB 1 0
27,605 27,605 000000002147ef41c46301d79154a60db63ed6e750bd5b400809376c12a9813d 0.00 MB 1 0
27,604 27,604 00000000d2a57dcc000647be4db04a662c90aa43260e3c0580120b628fb84856 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.50 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,374.08 GB sent, 126.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.