Memory Pool Memory Pool Refreshing

3,487 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (569,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,649 338,649 000000000000000008cb6e4944ebffe7ac94aab3fc7d8cfb61b59deafdfb9aab 0.32 MB 601 25
338,648 338,648 00000000000000000416e406291ddec8dac176a387357d5153d924c55cf69713 0.31 MB 606 26
338,647 338,647 00000000000000001859cb542b07aac31c11c3629d2483c023a417336c6bbb97 0.38 MB 589 21
338,646 338,646 00000000000000000d74e180ed34b74eadf5db911d6f66447da822c66a971b0a 0.12 MB 309 30
338,645 338,645 0000000000000000193b14a3fc77a9324850f8cda31eedf1904fdb9add28dd33 0.00 MB 8 24
338,644 338,644 000000000000000008e9d2fce0d1705f0c05ea6753b74e08cc9f438bd8f2e2c9 0.26 MB 486 25
338,643 338,643 00000000000000000cf2850113a31850ddc4056893bde5eb5d71bfdcdbdbd993 0.34 MB 589 26
338,642 338,642 00000000000000000c77ce7d330283e99216f5ceebdbbbcfaa40e80e9cb977c8 0.23 MB 298 17
338,641 338,641 000000000000000012079c0f09dc6e1b389c7ed4019376bf41728736f171fa53 0.75 MB 1,372 27
338,640 338,640 00000000000000000b9dc984baf19b66c9000a8256fefd992fbdc383eb503ecb 0.11 MB 176 24
338,639 338,639 0000000000000000085f38e63d0ea00764c517132d3da89baa328e4104bb5580 0.13 MB 222 23
338,638 338,638 000000000000000001a6e68852e181225ae7ffdf6001c04097bd0a3ffb0f4af3 0.03 MB 78 23
338,637 338,637 000000000000000001403c9d40b16c2e51904a182429a75bfd26d10bda517185 0.06 MB 106 20
338,636 338,636 00000000000000000e4f15114457336aca58d911c631f0e60336d494ac9b780b 0.31 MB 588 26
338,635 338,635 00000000000000001478ee66a4a5c050ee61f9c2668a5e4ffb98b97e065103c8 0.30 MB 493 56
338,634 338,634 00000000000000000383fb8f46411bbaaa9cdb535e7154008bfeaa8c9bea3759 0.00 MB 1 0
338,633 338,633 000000000000000008897c6350fd353af9b8df63d9fc811295b2891abfc1a567 0.47 MB 707 20
338,632 338,632 0000000000000000091c3517b25266ddfabc22d7d897f768e2e590d55bfc4012 0.44 MB 770 28
338,631 338,631 00000000000000000ef95f789caf141cb6fca2ec9e1a300f8f223af75192c1a5 0.05 MB 64 7
338,630 338,630 000000000000000008fbedb5dc36efd67a303f3bfba1faa72f7f63082254bdb3 0.10 MB 198 20
338,629 338,629 0000000000000000087e523fd4f158290b868dfab4367d150d83283ca4b96f30 0.95 MB 1,536 18
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.