Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,686 transactions (0.61 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,790 000000000000000000022b910000000000000000000000000000000000000000 0.61 vMB 1,670 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,789 (109,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
802,602 802,602 00000000000000000000b4fac74be1d30473cb46f1060a2239bf8e403469f235 1.82 MB 4,752 9
802,601 802,601 0000000000000000000413ca11b992b7af6bb57ffc1d81a7ad4e2fafd86f7f26 1.87 MB 5,458 7
802,600 802,600 000000000000000000014d4330ecebe48b97cca46f5ebfde4054c0285a5c25d4 2.01 MB 5,854 9
802,599 802,599 000000000000000000032b9cf3da7eb5d3128c7dccbc536014332ef7e192a53f 1.48 MB 2,532 12
802,598 802,598 00000000000000000004831ef21b78976b1d32787f1a60940a4d207a44319373 1.56 MB 2,562 17
802,597 802,597 0000000000000000000425f236eddb9655ce723c0ee7e455166b6bbac898a0fd 1.91 MB 5,495 9
802,596 802,596 000000000000000000010c4f26bd0d1bdb0994668b195d362f771fd9c355fdea 1.94 MB 5,623 7
802,595 802,595 000000000000000000021334c4e729e827a4c52ff2fae918627df3be8bed3a4b 1.94 MB 4,759 10
802,594 802,594 00000000000000000003d14418b693946b6715ffaff4903d4ee008d11e52b49b 0.00 MB 1 0
802,593 802,593 00000000000000000004ca672347cbe4502470896df2ffb99f1060ab1536e57a 1.89 MB 5,166 11
802,592 802,592 000000000000000000040b6af71e602762b970c4aa89923a552bfc4e45b5f720 1.78 MB 4,952 9
802,591 802,591 000000000000000000049274b80b99d95dfd22d73c6d879a2bb431b0823d96a3 1.96 MB 5,734 7
802,590 802,590 0000000000000000000366257cf17e11bc60b21a52a8762c0e681db4345695e2 2.05 MB 6,352 9
802,589 802,589 0000000000000000000449d1390f07b3af25dc1cb471a76e4a3cf8a319fd603a 1.89 MB 5,165 9
802,588 802,588 00000000000000000001aa18a056a97dc2176336280184aa0055d372b998ab7a 1.87 MB 3,835 22
802,587 802,587 000000000000000000036ade5294a21c058c1a00f5cd50bbf1a7c4fb69d5b8bd 1.49 MB 2,060 21
802,586 802,586 00000000000000000001409b6bb48d3208638811e32b750f8c6fc096e8a9b8ca 1.63 MB 2,171 16
802,585 802,585 000000000000000000010dd3e1a57dcec78232a76e61ff98eb4c53ef7978dd13 1.62 MB 3,429 6
802,584 802,584 000000000000000000050647e14c553f19af99742a5bd3434cc31ef9c40e13e5 1.90 MB 1,596 13
802,583 802,583 000000000000000000029f1e1c592c66885a4a3d22fa0491c69b6ac7490a2575 1.62 MB 2,832 22
802,582 802,582 00000000000000000001acc090ed3b7d04f1b562a293db21e0d6d0213accc754 1.66 MB 3,017 17
Previous 10 blocks ↓
Total Size: 776.70 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,442.68 GB sent, 132.04 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.