Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,539 transactions (1.00 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,547 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,539 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,546 (203,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
708,527 708,527 0000000000000000000781a345e200cea4b533051e8bfca16fe80c3a549b9e19 0.89 MB 1,744 4
708,526 708,526 000000000000000000023caf6c0e714a667201ae5e47350af5eef1d99f264e07 1.35 MB 2,142 9
708,525 708,525 00000000000000000003e7d8a1900e17ecda7eea6882a738ed7cc903ffc5869e 1.38 MB 2,401 13
708,524 708,524 0000000000000000000803dab7deda48873f274ceb3dd24b58558071fb52559b 0.61 MB 1,300 11
708,523 708,523 00000000000000000000ec07ec7b75450ea675d122475c2b9411e77fce10d651 1.12 MB 2,299 10
708,522 708,522 000000000000000000068334365c25935b3fb56b981bfec0e1e1e2f3e6536119 1.02 MB 1,749 2
708,521 708,521 00000000000000000004aae9f20cb35a166d86961ce5f5aeb31297567ec0c2bf 1.46 MB 2,842 17
708,520 708,520 0000000000000000000356da790ac14d2080eb2567fcde1530b2dbf2743c07a5 0.04 MB 118 14
708,519 708,519 00000000000000000000c25ffd9d9629f3a14a06faaab824fb96793c68434784 0.87 MB 1,598 10
708,518 708,518 000000000000000000013a993c874b344118f1a7256f3c3f5bac278a3cf615c4 1.03 MB 1,911 9
708,517 708,517 00000000000000000003b67b5fdf866b2d5e86774fa9dd8806512bcd0e8cb2e9 1.37 MB 2,843 11
708,516 708,516 0000000000000000000bc055b3358e9a8c37df0b341a454a172f20d1e9406663 0.37 MB 876 11
708,515 708,515 0000000000000000000ba8fd75dfd0fd9f4d746d65f5d1f29b1871e96b73d8f2 0.90 MB 1,581 9
708,514 708,514 00000000000000000005add6b0fc6322295bc02540540ab79520d748963adb96 1.07 MB 2,105 11
708,513 708,513 000000000000000000022b4825656c08f555c566a823101626d0de24c9e85e5a 1.15 MB 1,479 1
708,512 708,512 0000000000000000000831cde1249dddb431c24dfdffca143955e4d5bc2f4968 1.28 MB 1,790 10
708,511 708,511 000000000000000000084fe9e5bae88387521dbe3502f2d3f36feade8ac97e4c 1.25 MB 1,888 11
708,510 708,510 0000000000000000000b91956c2febee95b5ae86c39af3bb76d5785f8a79a819 0.52 MB 918 11
708,509 708,509 00000000000000000004eb931f0e56d9e087523b0244260e9948fb6f8ffa5932 0.78 MB 1,695 11
708,508 708,508 000000000000000000092b288effa6875391d5da13f09e6cd2e1b943cfd5d540 1.37 MB 2,128 9
708,507 708,507 00000000000000000005a7052b8cd77309f9ef9b6ed447409bf9d23032a14226 1.10 MB 1,496 11
Previous 10 blocks ↓
Total Size: 776.25 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,413.93 GB sent, 129.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.