Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,093 transactions (0.83 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,842 000000000000000000022b910000000000000000000000000000000000000000 ago 0.82 vMB 3,074 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,841 (479,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
432,038 432,038 000000000000000000b07d6aa758888deabe6adaf241b5ade3821677c26002b2 1.00 MB 2,579 64
432,037 432,037 000000000000000001660dfa7bcb2eba97bed635f58b632a15c273440949e01e 1.00 MB 1,439 68
432,036 432,036 0000000000000000014dedc12a68cc7c8e65ce780e21a3f613abf6bd877193ac 1.00 MB 2,548 72
432,035 432,035 00000000000000000125d02bb557774fd82d1817f8bae5d235c22e93433b07ab 0.04 MB 64 59
432,034 432,034 00000000000000000052202a09bc4c72e22e956f9bcda8ab0252192a68708066 0.06 MB 152 66
432,033 432,033 000000000000000002abe9b8f87d22b3b880d814cbd34808d6c3f8e6bb6580d6 0.95 MB 1,727 42
432,032 432,032 0000000000000000006d69f633f5089fd20c45563a0388e802d9999d6d72b0ea 1.00 MB 2,710 72
432,031 432,031 0000000000000000048470303614152c1768a83a1672bcd2c2aec5e195ece15b 0.79 MB 1,838 58
432,030 432,030 000000000000000001696ad9090bbb6f77590366e1921ae4656d7415a4f0637d 0.17 MB 312 59
432,029 432,029 00000000000000000260b2fe4e55ddb60199c55789856c1ba14ea1514f2e59a6 0.21 MB 445 50
432,028 432,028 000000000000000000a23e75ae85b53d2d367f0eb74952fd20a2114be55d8051 0.88 MB 1,702 53
432,027 432,027 000000000000000001a19f323c9af71fd6ca5fe08dad5f7ff1536dd7860ff9a7 0.25 MB 434 55
432,026 432,026 00000000000000000290d7fa4401ae0b2555b543e6810a04ed8b470706985210 0.99 MB 1,040 18
432,025 432,025 00000000000000000199eddf8b776527b92f19821762825b9894ca897ca769ef 1.00 MB 2,534 64
432,024 432,024 0000000000000000000a5c7865e6b855291388b8de5051639d8e007e04b9f230 1.00 MB 2,302 63
432,023 432,023 0000000000000000018b8279e4c95b833dfec77b5db7207c3bb3fc8dbe41ada7 0.56 MB 1,116 55
432,022 432,022 0000000000000000047bc1114ca5bc4fdc43a94d6cd9ca9fc1f17efdea69d2a4 0.95 MB 1,634 55
432,021 432,021 00000000000000000120fbf36091d18ee0af7a0b25e06f71a8cda9ff7f2992e9 0.91 MB 1,171 27
432,020 432,020 000000000000000001994d82b4955e4922ee56182394a1445165eb8832247c39 1.00 MB 2,174 50
432,019 432,019 0000000000000000007517b1c7799a87ccc578a84d15c503ff986082a7334fff 1.00 MB 2,822 72
432,018 432,018 000000000000000000b445e34bb9211a415ab2e7b5235a753eadeea29be727e3 1.00 MB 2,848 83
Previous 10 blocks ↓
Total Size: 776.80 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,468.75 GB sent, 132.53 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.