Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

168 transactions (0.09 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
909,843 000000000000000000022cb30000000000000000000000000000000000000000 0.09 vMB 167 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,842 (865,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,048 44,048 00000000397fe3d5b10f649f1a4bbe7f3b1113546ed5dbd59f56e0497b1db534 0.00 MB 1 0
44,047 44,047 0000000029c350a27a5369ea104f0e25645eaf3010f3f2526a6e7f3c3f6399ff 0.00 MB 1 0
44,046 44,046 00000000272f4ca1e6d4fd56f96034f2469cf3e40988f953b8f5391ff9ccaec0 0.00 MB 1 0
44,045 44,045 0000000036b1e12c29aaba4f081cda2cabc0d51cffcc17e07dfbb4718e30456c 0.00 MB 1 0
44,044 44,044 000000003e5ceed41f39c75d98b8ef6df755e5a75f86934796b2777d318881b2 0.00 MB 1 0
44,043 44,043 0000000004f91793a27cd9419f845558e6366f9de5121a9c2f31bdc49a362bb4 0.00 MB 1 0
44,042 44,042 0000000016bad054d9f3e3bb8197d2977e66145caefcb626b07fc5c1c486b0eb 0.00 MB 1 0
44,041 44,041 0000000033d2d3b63640df7d24958c12465912d350ed45e65e73706386835b88 0.00 MB 1 0
44,040 44,040 00000000230dba311882f429cced9189dc47ab91228ba25365a775badc2657d8 0.00 MB 1 0
44,039 44,039 0000000007bfd1bfd38e3b55cf3e7c66a22d3882a1bda9b62e34b43f534f320d 0.00 MB 1 0
44,038 44,038 000000003536fd70347a1bb08abdc8f8570aee4ea8a56eff085712f400ed7d90 0.00 MB 1 0
44,037 44,037 000000002e447dc5d11e348895e190ba5fd5e76f832496e4a2879baf4071770c 0.00 MB 1 0
44,036 44,036 0000000001a410bd2fb581913700d41e3f8692fa59f153ddbbf237e4d5993272 0.00 MB 1 0
44,035 44,035 00000000068d221eba0f016151a68157c22222d7e3803b700f1e3fbfde22b784 0.00 MB 1 0
44,034 44,034 000000000cedb595b8550b014e6e6b65d9e7b2b19d5d435713e7c1cc8240b435 0.00 MB 1 0
44,033 44,033 00000000122a1e373263078232b9a33cf004d2c09189af81136b92a5003d9160 0.00 MB 1 0
44,032 44,032 000000000627d093f3d80c15033f0b12ab0bdb12a3bac48dcb6a49f02c40fe52 0.00 MB 1 0
44,031 44,031 00000000000d53d5efc9a057c4f8ee6aa0ac3f93bc71e23ef5d42b92b1ce157c 0.00 MB 1 0
44,030 44,030 000000002da10a32534ba83ec8c40bd92f56f2dc13fa79aaa697bacaacc6714b 0.00 MB 1 0
44,029 44,029 000000001fe3c967813dbd359f876638cd4a66806782f899c80f0cbcead6e01e 0.00 MB 1 0
44,028 44,028 0000000012bb47e7cdd119077550a650a34589b2044c8e73f1c9cd94cb287c10 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.10 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,166.51 GB sent, 113.79 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.