Memory Pool Memory Pool Refreshing

7,220 transactions
2.38 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,845 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,947 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,844 (425,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
482,283 482,283 000000000000000000c4f2a91477dad27d8af3a11ea709daf357b923b3177428 1.00 MB 2,108 283
482,282 482,282 00000000000000000019ebc9bf0cad5b87f3023ad4c9b844c851b112a160e9f6 1.00 MB 2,035 338
482,281 482,281 000000000000000000e25f2d07c8ab45d9df87e97a98a151630c5e00b2a6dfe7 1.00 MB 1,819 262
482,280 482,280 0000000000000000003afc26b62d7b8b8b516026cdcc41e581058a6e50bee9d6 1.00 MB 862 61
482,279 482,279 0000000000000000007b4be681b7ed504e29d5643afd169de084e4e1bb6e3894 1.00 MB 1,569 210
482,278 482,278 000000000000000000818e706f348f95c302a9ca495f43c36d7c09bcd738492b 1.00 MB 981 57
482,277 482,277 0000000000000000010a035e5d619d498907d390180cfe5a33ec3eaed208bac8 1.00 MB 1,413 175
482,276 482,276 0000000000000000011091c7167a99b1ae6fb954245b7c91f59495f5dbbc4d2b 1.00 MB 1,444 248
482,275 482,275 0000000000000000005406daf25c61b9267b81d9976b608f4bb6c4d7403edf4c 1.00 MB 1,932 91
482,274 482,274 000000000000000000f0f2008d4141510b88c6ac28e5b577aee98d9d440a3eb3 1.00 MB 1,427 145
482,273 482,273 000000000000000000e17d0cb6c79472234873570924aa1268df82caab7f5d5f 1.00 MB 1,317 185
482,272 482,272 0000000000000000005a8227e0b85434ee818d50f374372fc667afe07ad50e4e 1.00 MB 248 30
482,271 482,271 000000000000000000aaf4a642be638d377855a33581ef673a15c2a38203c15b 1.00 MB 1,601 202
482,270 482,270 0000000000000000005adfc6759602bee78b1b58f1842a16fbac8a78a669ad4b 1.00 MB 2,006 246
482,269 482,269 0000000000000000012d11c19fd34e57aedb5448b6c3aec6b72d846055b70686 1.00 MB 2,076 257
482,268 482,268 00000000000000000036f10fe93ae57e7cfa70f8d7ab4f00ada6ea29c3bd8a70 0.99 MB 1,721 248
482,267 482,267 000000000000000000285131fd41fafb3206e669e2bae8a93ade567b0197e785 1.00 MB 1,931 80
482,266 482,266 000000000000000000d11271d79aa4d087aa963cb43be7968d12f9551c18f83f 1.00 MB 2,297 417
482,265 482,265 0000000000000000004bf999c4eb4c3aa5eb89ffb311fc5f16e5f7b7f60f2bc3 1.00 MB 2,048 21
482,264 482,264 0000000000000000006b0d75cdbf3f60df7069d1dc4c0d66a7a0d37475d16bea 1.00 MB 1,997 267
482,263 482,263 000000000000000001086814f09f129fe1de77f9bcd86f2691fc536d8e5d7aa4 0.99 MB 1,900 416
Previous 10 blocks ↓
Total Size: 769.25 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,635.16 GB sent, 94.18 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.