Memory Pool Memory Pool Refreshing

3,615 transactions
2.63 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,804 (569,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,658 338,658 00000000000000000648b3c3cd601f0861fcc34aede10007d7b53822ce16c0ee 0.21 MB 357 21
338,657 338,657 00000000000000000af975cbd1b4929085c9821b62ebcbedeb297f7f7219a1fc 0.18 MB 345 25
338,656 338,656 00000000000000000137ed7600f8a333a119d0e3dd7097b2a3f3494f88ce0416 0.47 MB 630 19
338,655 338,655 000000000000000004fd1cf43e9ee57969576638fbc43377a4c9d4122e4d810b 0.22 MB 512 24
338,654 338,654 00000000000000000b3ab70dd57136d81023e30837c77d12c09dac4d517f00e3 0.14 MB 186 19
338,653 338,653 0000000000000000011d6025165b1309b3c70d6eb056bd4a9131d21f98df2042 0.48 MB 682 22
338,652 338,652 000000000000000000c771b3707c2704ff6ddc684f3f49cdb753ff8f0c1bb9f5 0.05 MB 98 46
338,651 338,651 00000000000000000ceb036a77110482b35b0a32b946f5f2ac85ced034630318 0.73 MB 1,350 25
338,650 338,650 000000000000000005fed075b36638ffb778b5621120cd8077b1d83806e18266 0.07 MB 126 14
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
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.