Memory Pool Memory Pool Refreshing

9,854 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,412 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (660,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
247,674 247,674 000000000000001489d95035f968fbc6685a72e23778fc6d68e5e675d8775672 0.06 MB 149 183
247,673 247,673 000000000000008d9a7efe9d9e2acf474f7438ff4784eb3b4b23da940090a9a1 0.01 MB 14 101
247,672 247,672 0000000000000062f418c8caf7a1e2058f4e2aa9a045ef807ef569faf92528c5 0.08 MB 186 139
247,671 247,671 00000000000000892afcffea8b449b633b4ec724877e8d5907b21a68bea28ee4 0.15 MB 305 133
247,670 247,670 000000000000004f992e3cb4f86eff5a1ef21df70ab2bfa1e59a02085a75c3aa 0.09 MB 145 76
247,669 247,669 000000000000007e6f78a1e827b08c37b93867e5316793ea532efc9a18b63937 0.00 MB 1 0
247,668 247,668 00000000000000546fbeb35a55f59f2ac6ac5ee25d6df0651bc198c8e3f8bf16 0.01 MB 19 143
247,667 247,667 000000000000003408c8976bf9c62621ddc16dff240e367c9e249fff5432e5d1 0.00 MB 15 152
247,666 247,666 000000000000007b07a29df034be0e8d4ffa2dedf91ad07eac227e0ea0e83347 0.13 MB 311 132
247,665 247,665 000000000000008f2b2cac158b63361c702782f7e584fdbd4e236f8cf061d980 0.03 MB 59 120
247,664 247,664 0000000000000058b9ea4f0be8900d18108b62492950da911a3d8fc9725692cb 0.06 MB 162 170
247,663 247,663 000000000000004a18c8be0ab4db8d3c391c1ee7d9edb46c8153e3d782174d24 0.02 MB 26 64
247,662 247,662 000000000000003b02efd60769dd972d8c9473a16396a47c3d4181fcdf216258 0.05 MB 123 142
247,661 247,661 000000000000008fb150619665d3e8d31395239d90fa377275479c6322072a76 0.10 MB 211 134
247,660 247,660 00000000000000362087c65d78874331767094bb83fd0b83a14f4d1dedc80d1b 0.11 MB 221 145
247,659 247,659 000000000000009625ae340fc5021b417baa4ce04f9a47c075477a0f09004d65 0.25 MB 641 150
247,658 247,658 00000000000000298d305bdf1c31728ffbd86f2fb5bad77d4a06992f563a4ca2 0.09 MB 223 243
247,657 247,657 0000000000000054bc28dfee6734bdc43e99ef123e63fe16fde8617e33a41d63 0.12 MB 256 101
247,656 247,656 000000000000004cfb7c7634dd01a69734dd4f4d3d0d711ed3decd47c6e1babc 0.04 MB 45 17
247,655 247,655 000000000000007c3bcf90f4a3aed3070b70e987c0ea75b622481ac781de0fcf 0.20 MB 457 137
247,654 247,654 000000000000009cb6a7262a571e386d3a2f89d6559638f90f33f2280c7a8b88 0.25 MB 471 147
Previous 10 blocks ↓
Total Size: 769.01 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: 1,621.42 GB sent, 92.91 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.