Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

776 transactions (0.22 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,293 000000000000000000022cb30000000000000000000000000000000000000000 0.22 vMB 774 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,292 (891,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,610 18,610 000000003b5de158e06abfe1ab260949dbd9c7cf1a879d4f8a9580a24433b4a1 0.00 MB 1 0
18,609 18,609 00000000eab6fd6598040b86c20cf7cf497eee8ae2b02fc01d6be54110e4b5dd 0.00 MB 1 0
18,608 18,608 0000000034a3be0439e0c9b9d54ac60bc021f6764171b78a6b705fc70a9e8095 0.00 MB 1 0
18,607 18,607 00000000d3cbd5e686015c0df062bf546d83917d27b45d3509b2da3ed4a03710 0.00 MB 1 0
18,606 18,606 000000009d969b68bae40a3420873eb6c91171fd36de7730d39082f731e9820e 0.00 MB 1 0
18,605 18,605 00000000235f28d82fe3280500e6e597c157ed2b55ec267d1be22d5c57b32ba1 0.00 MB 1 0
18,604 18,604 0000000063f3fdf9e848dca158bea819202b466ca7cb257fed8c2eb3b88ffb69 0.00 MB 2 0
18,603 18,603 00000000c0f84d41d10c1166e9f464523e176423f375026beab1b1528467faa7 0.00 MB 1 0
18,602 18,602 0000000080438728dccf4161315dc1f4308f1e3a739f2b91b6244efb35f5c671 0.00 MB 1 0
18,601 18,601 000000007c2b0f1a3c05a98f8da9076701c2fbc84e77bac71828b4b4c8cd8461 0.00 MB 1 0
18,600 18,600 00000000c47937e237acb459ec5c2b335ddb43339f5688029b3b08b6c57cb4dd 0.00 MB 1 0
18,599 18,599 00000000646986f5d50775c899286f5fe17b6052a166b9035d3f530b1f33cf99 0.00 MB 1 0
18,598 18,598 000000006117dbbca36e5578e85160d582d942efed03a234a11ed9e610b23eaa 0.00 MB 1 0
18,597 18,597 00000000f396e4af3801e3025dfecbd6019af80940f3b2505d39b05fea7580f5 0.00 MB 1 0
18,596 18,596 0000000017969b7a1fc1e7e906881c7efc53b7669017a99f4ce7f9c7ed3e3303 0.00 MB 1 0
18,595 18,595 0000000086860d06b3845108df9e7a04dcad5e56fb2aa6f21cc9a61d1e988916 0.00 MB 1 0
18,594 18,594 00000000f5962860c11af7ea015fbdddc921ca099efd9fd818f925c6779dca67 0.00 MB 1 0
18,593 18,593 000000001e3dfc2fd843e422802869624105a1e4340e1839ec71fdbd7a3723c9 0.00 MB 1 0
18,592 18,592 00000000e1c8142184fe51c773c8de72a7f9489b4d7ec885ce4f95456a9b8c12 0.00 MB 1 0
18,591 18,591 000000009e099b14d172265d733edc95d4ed63e732627ca54001c27fd828cb46 0.00 MB 1 0
18,590 18,590 0000000076ad129c3504cc37e002186f811015cac87d8e2d0e22b313b25457b3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.94 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,229.67 GB sent, 118.26 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.