Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

515 transactions (0.17 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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,761 000000000000000000022cb30000000000000000000000000000000000000000 0.16 vMB 501 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,760 (893,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,821 16,821 0000000094aa1533e3d4614278b626f1a7962b92f194f53b879ed62b1ea0153b 0.00 MB 1 0
16,820 16,820 00000000e82808f4504fe1ce3f3200c725059675a1c4db605159f8bf22146638 0.00 MB 1 0
16,819 16,819 00000000f302b70f13f69cc62f0d962455426d44640918ed95d12bddc5b93686 0.00 MB 1 0
16,818 16,818 000000004baf892083997ec3c04a1824ca03e9bfd683563217af2b84413b2970 0.00 MB 1 0
16,817 16,817 000000000a8bf043a0b8a7f3663981c662f08879d09c51f9563eaef01d95dc3b 0.00 MB 1 0
16,816 16,816 00000000e318449e20161988cfec34d1eb70938607323e34df1ded55c8ed3938 0.00 MB 1 0
16,815 16,815 00000000aca1ecd547c8653cacbb6bfd72caccee17deb662b9fcf0deb808222c 0.00 MB 1 0
16,814 16,814 00000000d514a79f31e4993c2c4f56dd5524d0842dbf4cef3dddcdcb4bcb13c9 0.00 MB 1 0
16,813 16,813 00000000e47af04a59f649750c076b264a6a17bf34f5f9b01f4c8ec900ff6ab7 0.00 MB 1 0
16,812 16,812 000000003458ceebd498261b585f261192f1999d5f155049833d94eea6e90b2b 0.00 MB 1 0
16,811 16,811 000000006b5629765d11ac702ce8662f58fe4477136304fbe32d15980cbb060b 0.00 MB 1 0
16,810 16,810 000000005e8f007197ed128e4560a7838a70ebd221303c311ee86ca757188cc3 0.00 MB 1 0
16,809 16,809 0000000087513ffdb75d53b8800439840897933f569630d0f479b8961d62a768 0.00 MB 1 0
16,808 16,808 00000000fc3a4e9b5ba3e53a6bfc54a55b65d98c0ddd0c10f63666ed7f117765 0.00 MB 1 0
16,807 16,807 0000000005a30b5bbe1d44f7ac3bc6216f1b31812105ff693ff9d252f5ddcb17 0.00 MB 1 0
16,806 16,806 00000000ef24b579775d7938c960c12c6832c4ee4d5b460780d193399e3ab595 0.00 MB 1 0
16,805 16,805 00000000f5313bf4a10784b88385a713435188b5d912c045035f89c4fe5a163d 0.00 MB 1 0
16,804 16,804 00000000153a2c8a2e05cd0a4a4a0fdd57dfa8a0b31f6c3710384db1bad4a73c 0.00 MB 1 0
16,803 16,803 00000000bbfe4eb9dbf445b91eb020ca4de554c03456ab6250dd93f3fea865a8 0.00 MB 1 0
16,802 16,802 00000000893ddba60bc83b8f99d848f29ef9443c86754fc4f5ac5307d56318d1 0.00 MB 1 0
16,801 16,801 00000000576d86cf60ab26c1e4d42af9bf9a95a9c6c614f409dc1c46458c0446 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.79 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,294.68 GB sent, 122.58 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.