Memory Pool Memory Pool Refreshing

2,838 transactions
1.55 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,693 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 799 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,692 (78,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
829,663 829,663 00000000000000000001b67aca7d20a8595bec34788aa4e1be87687c7f13f6c4 1.66 MB 2,079 31
829,662 829,662 000000000000000000010b4cfb3a52b8870de6d67986f556410ae075ec91a732 1.59 MB 3,117 44
829,661 829,661 000000000000000000020df0a3dd5821e0b6bd35447d3ea9053669c4dc82b7bd 1.67 MB 1,846 32
829,660 829,660 00000000000000000002c215e71ac7704360abfdec4e420b00a6babe80e0c1fc 1.44 MB 1,114 21
829,659 829,659 00000000000000000000660ef4687ae82f1aa5b16ad0c95739e8d333a6b657f2 1.58 MB 3,440 48
829,658 829,658 00000000000000000003843c8849426e21f114315affa7addbdb55f78929ad00 1.03 MB 173 20
829,657 829,657 0000000000000000000272774f332b8ace45994f0df4dd12e2a7433ef60a9163 1.22 MB 585 22
829,656 829,656 000000000000000000006c644f4aa06e2537dcb5a8e7255b494d52b654c5173d 1.04 MB 146 20
829,655 829,655 00000000000000000001214886d885f2ed1451c5dc62a75c8d68ecd66f43b77d 1.26 MB 1,318 27
829,654 829,654 0000000000000000000058c1927d9bdea6ab2935e418b26ca1ec730ee9e73e79 1.73 MB 1,961 26
829,653 829,653 0000000000000000000331624319d936b71801a9d6818b18a6757123612529b1 1.62 MB 2,977 48
829,652 829,652 00000000000000000002f7d2bdb9fb77665b406f55562aa3be891c6f9d6604de 1.50 MB 2,266 35
829,651 829,651 000000000000000000013138fefd9658d232f190ca8b5b762d80b3d942ac4fb2 1.46 MB 1,727 24
829,650 829,650 00000000000000000002e52fe635942bf5a8039aa7d2a047b453347b2ea9e4e0 1.63 MB 2,343 31
829,649 829,649 00000000000000000000d5f71b46fa2ed7a3e1dd3c8f3bde93dec538bd232f4f 1.54 MB 3,326 53
829,648 829,648 000000000000000000008b897004ba5a9920d320450dfcb1540ee123d3c83dba 1.65 MB 2,873 36
829,647 829,647 0000000000000000000072d00cdd7405b5e816b082401ae38f97551288530cbc 1.53 MB 1,781 29
829,646 829,646 000000000000000000027889567c504fabc08e090a6f79b894db6b7c9dc49cca 1.29 MB 510 23
829,645 829,645 0000000000000000000323b19001f72fc4af6f9954aed34b8e9c6c2caa27edd6 1.15 MB 699 23
829,644 829,644 00000000000000000001366f2c0a67eec3a00b6f315dbffc79742a4af0c55fcf 1.79 MB 3,029 35
829,643 829,643 000000000000000000036f4c683d7aa460f0c9219b097db079435a3f31ba02bb 1.70 MB 2,134 30
Previous 10 blocks ↓
Total Size: 768.97 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,615.56 GB sent, 92.65 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.