Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,970 transactions (1.01 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,604 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.92 vMB 2,964 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,603 (863,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,094 46,094 000000001f38a692de603f440e367cf7e815ab0289c7ca77acceabc50f988a1e 0.00 MB 1 0
46,093 46,093 00000000006cde525fe673da8e64e10bbb371542aeba96a3e282847c9142e494 0.00 MB 1 0
46,092 46,092 000000001cc1531593c94d11e1e580d4e18a3ba6c141a68324aee94f9f327a9d 0.00 MB 1 0
46,091 46,091 000000000e520f97223f4e815201801b0ee4f0b7aa86bebd31fbde06914b1603 0.00 MB 1 0
46,090 46,090 0000000008093ce133a8ba24d5e49c3230dc1b85b0e01ced311b5450a183aa53 0.00 MB 1 0
46,089 46,089 0000000017995468434d47479c8a72c3c7852ddbe03ec8fac05647a6a6ddcfa9 0.00 MB 1 0
46,088 46,088 000000002a8b67722c8cd481a7e9f0605b776878f936cff927725e41b714d403 0.00 MB 1 0
46,087 46,087 00000000358365474078ba7d14dd3c756d5bf85146812ef0c9ae430b64995f41 0.00 MB 1 0
46,086 46,086 0000000028580571ff0867b73392a284348d4c940818019b8ecfef6464867955 0.00 MB 1 0
46,085 46,085 000000000bef5c5e4d8c619d2d93059222eb4f089da244add969176fa487aa94 0.00 MB 1 0
46,084 46,084 0000000015691a0bb1a1299848ae450229db7d76f63ff291500b72bda9b15604 0.00 MB 1 0
46,083 46,083 000000001495f4db354b114a50b6350af7e8d1d655bccf61e16438b1ca9469af 0.00 MB 1 0
46,082 46,082 00000000190368ec71267ec0e5636d4af5227529fe4cd7d046d01ed61cf3ce2c 0.00 MB 1 0
46,081 46,081 000000001dc2fbc797c7619099bc42d11c296603a05a34d5da7527680ccd86a7 0.00 MB 1 0
46,080 46,080 00000000099a7889680842e4bccc428843fdbc6048826247e7e95363f67f0bf3 0.00 MB 1 0
46,079 46,079 0000000013e4c9afa80706b19839c10e08fe74f5b21c835d661813961036c2ff 0.00 MB 1 0
46,078 46,078 0000000024f17b904a28af5c5864104b4ab42facadfb40c4ab3ad509bbaaf7cc 0.00 MB 1 0
46,077 46,077 000000001c9048f276d6615c5811a27334fcfa0d580e329e86ee247ffa3178bf 0.00 MB 1 0
46,076 46,076 0000000001ec484c5f3896cac8661f756de3031e29dfa42e39aa020b1d703fd2 0.00 MB 1 0
46,075 46,075 000000001d9514f030932c185b03ee0cfca67786a715a6ae5d481edd6df66cf3 0.00 MB 1 0
46,074 46,074 000000000b4f8b114dfb189baf3f626047c9a3596b8d08cd5184eb98f4ba0f63 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.67 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,100.00 GB sent, 111.68 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.