Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,905 transactions (1.64 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,670 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,440 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,669 (892,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,530 18,530 000000007ed1eabffa466a7a97a3ee3b3a9175d9c10151f20da930737d1497cd 0.00 MB 1 0
18,529 18,529 00000000ab9fd88363b0805c03abe388a9662f685f42be4f684e39f5758b010b 0.00 MB 1 0
18,528 18,528 0000000072a4ae2f70c57745768739ae8ccc03259334c2d94981bd52b6630e2a 0.00 MB 1 0
18,527 18,527 000000003bfd32cba780b0f984ede46f5e6de2694542b1b12aaf6f6db78917f2 0.00 MB 1 0
18,526 18,526 00000000428bfa0f43ec83f7d03df2d7a5fe70a0b46576c324c10e3e2e18fbde 0.00 MB 1 0
18,525 18,525 000000002d80e1aa95dcbc6860b9e89d1ae7b602bfb1dcbc562824fafc62e4d6 0.00 MB 1 0
18,524 18,524 000000006b3f26af9a076e314501903386f6873f237afdc6d4a522e4d5d5138c 0.00 MB 1 0
18,523 18,523 0000000029757b9b94d3dc2657cb1449af0d057c99ae38b78ad38ab7e4289bd2 0.00 MB 1 0
18,522 18,522 00000000664bbadc6530f01500fc9ca257209560280cbffac71a4182a0db4c26 0.00 MB 1 0
18,521 18,521 00000000c56b630add51967af785237b890cb5cbb5827ff7c75a0af659b4db26 0.00 MB 1 0
18,520 18,520 0000000028b13af5bbc9b3b33d0e097d89917ba6e5ccefefda9cb1e14789bb4f 0.00 MB 1 0
18,519 18,519 000000003482be27f9229e7e69874ed9807acdc7cd5d79e345dcb65d2eaf9ec1 0.00 MB 1 0
18,518 18,518 00000000e0b2e00a77ef439accf6e0b486856fd6e5c20e683e26413f9be0c9eb 0.00 MB 1 0
18,517 18,517 00000000cfa991ee82dfcea0b2b4fe4b8373c76754b575e670d5800d7de638e5 0.00 MB 1 0
18,516 18,516 000000002e565c5d510e177580d5dc8f1fb0b431672bcd0df21f6347e6e51671 0.00 MB 1 0
18,515 18,515 00000000ec7e20451f4bd951415c67583de52a70b20b4ac5e2ec91b95145e5d1 0.00 MB 1 0
18,514 18,514 00000000dbc2b8c6c956105148edc93967457f728f114243d7f04dc38fe47106 0.00 MB 1 0
18,513 18,513 000000000ef42b6ce0749e9597116ed214d85b861c9ce9919392826701401c6b 0.00 MB 1 0
18,512 18,512 00000000e8c5feafcb3e8055c436cb3a31e21bfe62eb68244abde7ac772f9703 0.00 MB 1 0
18,511 18,511 000000007235700477154581cc8ca9a43da4c286a4de8af7f83eca5bf622be6e 0.00 MB 1 0
18,510 18,510 00000000c3bd25f52669f3386e8d053160135b34ef3aadbd71c1cb015e6f4975 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.61 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,285.71 GB sent, 121.71 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.