Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,608 transactions (0.96 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,775 000000000000000000022b910000000000000000000000000000000000000000 ago 0.96 vMB 3,606 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,774 (174,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
737,595 737,595 000000000000000000076657a71c9cbd747bffd85355e38d300b47f4395c3fc5 1.53 MB 1,825 6
737,594 737,594 0000000000000000000805ead1a73c09b93d05f86312b0422cde525d1aed0221 1.67 MB 2,508 10
737,593 737,593 000000000000000000005f14fcd2642da7bb928e67fffffa85fd72cadbdde867 1.47 MB 3,421 21
737,592 737,592 00000000000000000000a33b2d8af98ce479bdbd47f3bdc980ff76766158e8e6 1.59 MB 2,603 14
737,591 737,591 000000000000000000064978177d371ef43b3df919280f5012fcd3165bec02ac 0.47 MB 608 11
737,590 737,590 0000000000000000000840936f47b6cfd84d4b4051af7845da788a9bdb4f7188 1.58 MB 1,284 7
737,589 737,589 000000000000000000042bc5987a49f1969ace13d58d06c6b215d41066e52a59 1.75 MB 1,701 6
737,588 737,588 00000000000000000000ac19f4de3232630d22d918b28633787634ab22334887 1.59 MB 2,282 14
737,587 737,587 00000000000000000007459c0c684385515b3295c61358fd7ce0fc79577c0f55 1.68 MB 1,755 15
737,586 737,586 000000000000000000017b756d30c6658391489645361e9ae9969268bb473f3d 1.55 MB 1,410 17
737,585 737,585 000000000000000000042de216f41dd8e3d6de13b8d4536a7897418267190e3a 1.10 MB 666 15
737,584 737,584 000000000000000000026d46f2432424176f59d5aed9fc87482912a6e67f131c 0.86 MB 1,561 14
737,583 737,583 00000000000000000005eecd095762e017873a534e405debaec6d1c94bf61dad 0.06 MB 129 12
737,582 737,582 0000000000000000000676e3a9d1931541cb78e2daa23ccd17708521f43c2844 0.30 MB 508 12
737,581 737,581 00000000000000000006fb38300a332d952f0a186828b42a16ed6d450fb4e495 0.63 MB 1,084 15
737,580 737,580 00000000000000000000a0c01da06aff53da2a48458678f3c50bc7ad0f66a9bb 0.33 MB 711 13
737,579 737,579 000000000000000000000d3cfaeef372fa918d405a8f1252d9890107a4c18fe8 0.93 MB 536 1
737,578 737,578 000000000000000000016a0f88adfacccf7a6fe35c7346ceb0b122cc81ea5a27 1.55 MB 2,527 12
737,577 737,577 00000000000000000001864bbaf87eefd7fc844cf2604b2c59846746e474a54b 1.51 MB 2,531 6
737,576 737,576 00000000000000000004ed7fc7de8ab5da878c49f37d37df87f4674968aed351 1.42 MB 2,816 16
737,575 737,575 00000000000000000000b34a1cdfe8c859cc5f3757ccb7715e05fc7abe58c43c 1.53 MB 3,272 16
Previous 10 blocks ↓
Total Size: 776.66 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,436.29 GB sent, 131.90 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.