Explorer IconExplorer

Memory Pool Memory Pool Refreshing

12,108 transactions (5.59 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,277 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,004 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,276 (865,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,979 43,979 000000001e0bbc1a9bb877b72699b81d3e05f53bc02eccb4de11985d637b5617 0.00 MB 1 0
43,978 43,978 000000002edf2a43dc6531a98a58ab60bf560e18bf815496ec5f1d5141e8aa03 0.00 MB 1 0
43,977 43,977 0000000036fa5e367c7a4b85979d2356526be7332456ed5e9a7359c0f6d41fc9 0.00 MB 1 0
43,976 43,976 0000000015b4f3438b1d297c04ccf899b435834ff4464ff4fe51e2925e7576cf 0.00 MB 1 0
43,975 43,975 0000000008b6efe77a9744ec459d6cfd5e072c68dd07d97045d1444f50d101ef 0.00 MB 1 0
43,974 43,974 00000000155e52fc9e32793f73a28efd9a06a6ba9ff8564693a44d00e107d0d7 0.00 MB 1 0
43,973 43,973 0000000023c63f4e66ed16acf5a16156300f870681738b3d5e895257ab1fdef2 0.00 MB 1 0
43,972 43,972 0000000002c55301ad1c65113df771d42fa4b2d31380c8dd814bebb575d65ff4 0.00 MB 1 0
43,971 43,971 000000001790c331484f04ab530532c5389449a510ac0e078acc93d3283fd668 0.00 MB 1 0
43,970 43,970 000000002e0a5a626c3cbbe306e9955e2c0b206d7e9cc86596d50999f654f478 0.00 MB 1 0
43,969 43,969 0000000037aa59253eeb4e29d286213a9556a1c2d5540d9f8d9427a0f7825e96 0.00 MB 1 0
43,968 43,968 0000000038574afdc9bdfdb471ee239924f1e1a46f96601743cd637fb3f5188d 0.00 MB 1 0
43,967 43,967 000000002b47eb8f94ca874e08f203b9ca329e9b5e379cc8746b8a2fb6751b4c 0.00 MB 1 0
43,966 43,966 000000002649948d55889f4c93419122da91fd81acb3962747e3f346d81bf830 0.00 MB 1 0
43,965 43,965 00000000311b0b7feff927445fdc6330a4e5c67862d232bb056dc76243c92849 0.00 MB 1 0
43,964 43,964 0000000013b25d720cf0e3b052cd261ae581d6b8eb300fad450c30a68d274ba2 0.00 MB 1 0
43,963 43,963 0000000030b928a0a959d5cb2f4019706e54e90df07b9e78ea9d81a49af64aa1 0.00 MB 1 0
43,962 43,962 0000000036a2b6031f7ef3c4118094d429dc2e2cb5cb5b0463c04a0069c1cd45 0.00 MB 1 0
43,961 43,961 00000000425a58e7d6a2d5d47676d62032b3a146e0125934200412632174a1d5 0.00 MB 1 0
43,960 43,960 00000000206ee18cfc803771ff044fe85b9febae1bc771b31694295787380ba0 0.00 MB 1 0
43,959 43,959 00000000129d0bca6b257e3636b1d788636f70408d3de7c2090bff014080f9b4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.05 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,046.70 GB sent, 108.33 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.