Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,727 transactions (0.49 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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
911,833 000000000000000000022b910000000000000000000000000000000000000000 0.49 vMB 1,725 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,832 (204,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
707,709 707,709 00000000000000000006637eb09f73c482dd1066ef9c9fba77b64512feb00179 1.43 MB 2,734 10
707,708 707,708 0000000000000000000cb9466503bc9026bde073c44c8f780a472ec7daa01fe6 1.50 MB 3,338 13
707,707 707,707 000000000000000000053aeddaaa5e3baf7892f0cd645b274ea92235912a703b 1.52 MB 3,292 16
707,706 707,706 00000000000000000006884293a8994df99907b249d80cb4aec1bf95c31ef482 1.19 MB 1,161 6
707,705 707,705 0000000000000000000a89603b3f0ff0cad888f5bf84f93a568bbb4df360b17c 1.00 MB 426 2
707,704 707,704 00000000000000000001d39c1036789535aa151ffefb1cb43f9ae6091fe5c5f8 1.12 MB 841 3
707,703 707,703 00000000000000000003bbeb48fef77b2d541be60bb96f5c7897ae33f9c1c4c8 1.30 MB 1,582 3
707,702 707,702 0000000000000000000cdda5eae4ae735ba9c5285fe959bb5a353186e4b424bf 1.43 MB 2,733 7
707,701 707,701 000000000000000000032aa2b8360d0fc5e7235b09791c7af8294865e7b34f81 1.62 MB 3,004 7
707,700 707,700 00000000000000000002478d26d3763f0e3f7ab17ffa5c081c1219cd0ba4fcf0 1.49 MB 2,817 27
707,699 707,699 00000000000000000006fdd28362031439dbe0cdce35b88d9e4e5b57922e3a4b 1.29 MB 1,054 2
707,698 707,698 00000000000000000005c0536979ebcd7aa893500b388daeb735450007dc3a30 1.20 MB 1,302 4
707,697 707,697 0000000000000000000893eb66783cbeb188d00976ba7cb47f7724387f2d9b3d 1.50 MB 2,974 16
707,696 707,696 0000000000000000000bf231c4a19b5ba0c0db0cbe89d890536b70fd19666083 1.18 MB 1,192 3
707,695 707,695 0000000000000000000ab53b8fba8f3acc866ebfa7c19b3cb06f59dcceeca9d0 1.53 MB 3,003 4
707,694 707,694 000000000000000000084fe75f89249b1aab4879ee0210f063c1478fe5ec3081 1.54 MB 3,425 9
707,693 707,693 000000000000000000056529b763db75da7526f4188975a96e34b52624b271f7 1.40 MB 2,616 22
707,692 707,692 0000000000000000000cae67e494657af0f5ff9aa3aef421fcf80a16603d4a65 0.38 MB 623 8
707,691 707,691 0000000000000000000410143fb4e2248c6b936f2fbf505e69dcf216132deace 1.58 MB 1,129 3
707,690 707,690 0000000000000000000c753df2aad84ec832c09b20b00cc9e526ac917367d73a 1.49 MB 2,825 4
707,689 707,689 000000000000000000071c3b914d66529b37b8db450680ffa5a459810308cbe6 1.41 MB 2,445 8
Previous 10 blocks ↓
Total Size: 776.78 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,466.96 GB sent, 132.47 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.