Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

11,096 transactions (3.61 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,932 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,711 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,931 (274,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
637,584 637,584 00000000000000000005721632eef28b9488ac2993fc2a3783154a0f13349597 1.43 MB 1,809 17
637,583 637,583 00000000000000000006563df9ce2d31ce237522515acf3de0fc01e86364f544 1.44 MB 1,754 16
637,582 637,582 00000000000000000006a322baff6aaa00302fe00f19458f407d4dc54566ccf0 1.51 MB 849 14
637,581 637,581 00000000000000000005fe30aa8345e9200b7601c426ef8b8fae093631870677 1.63 MB 190 8
637,580 637,580 0000000000000000000571ca37d9386bc2d6ebcddf70a15e60b691f47aafe92f 1.33 MB 2,251 27
637,579 637,579 000000000000000000109f36a0a090cae883003888fcc601441aedee7acca664 1.54 MB 487 4
637,578 637,578 0000000000000000000d732feceddf58c62d123439011145426b2b5786b6ecfb 1.51 MB 1,493 6
637,577 637,577 00000000000000000006147e28f9a2c3da7a93f362ba67334df76e72d86028d1 1.71 MB 818 8
637,576 637,576 0000000000000000000487a590118a65247def8417c11e194b1f528a96467af0 1.51 MB 862 4
637,575 637,575 000000000000000000104e134b8642619c6cd859408f156a92e5e9caabc5f016 1.65 MB 1,000 15
637,574 637,574 00000000000000000007592d6a78e7569fe02ea647f617e7e89fdd75d4f73c9a 1.53 MB 1,476 6
637,573 637,573 00000000000000000004cf3e1e01e382333579eb830f60c13b944ed5c294ff0c 1.37 MB 2,794 50
637,572 637,572 0000000000000000000cbdfbe86df1a6ad808bd694d52bf9df3b199e16fe59bd 1.94 MB 497 8
637,571 637,571 000000000000000000084e9b4239a1a4b152ef02b02b22373a2b98041c12e222 1.63 MB 1,526 17
637,570 637,570 0000000000000000000a8bd5b049b42dd3bfb262dc164e89fe351d54b3f718a0 2.03 MB 223 3
637,569 637,569 0000000000000000000f68b8126e1163d15691487c4b048d5fa51107f34cdf5c 1.82 MB 1,016 11
637,568 637,568 000000000000000000096e77462c2feb4e152364e628edad482ab9f151a0aa7e 1.56 MB 767 9
637,567 637,567 0000000000000000000bae18f15adfb4a150a58649f87a6a421d2af87b6b702e 1.41 MB 1,161 3
637,566 637,566 0000000000000000000ccb36f157c08a6b78d23ff0622135ca1a4627abe2c861 1.25 MB 2,744 33
637,565 637,565 000000000000000000020dc0143df4422b5b4d2dca3b4a9b8bdc7c286dd7072e 1.40 MB 1,443 9
637,564 637,564 0000000000000000000a6f74f0071bafbce7fbd8d28593cf54b6370428dc68ce 1.46 MB 1,892 16
Previous 10 blocks ↓
Total Size: 776.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,492.64 GB sent, 133.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.